marco
|
15c3cb35df
--- Merging r29430 into '.':
|
10 年 前 |
lacak
|
e3b12486c5
fcl-db: sqldb: fix AV (uninitialized variable) in MySQL tests
|
10 年 前 |
michael
|
6d5622aca3
* Implemented RefreshSQL and fetching value for AutoInc fields
|
10 年 前 |
michael
|
6b32a6e0e5
* Transaction options and connection options
|
10 年 前 |
reiniero
|
aae9a5b8b9
+ fcl-db: mysql 5.6 connector: add support for MariaDB 10.0. Should fix isseu #26620. Needs testing.
|
11 年 前 |
lacak
|
b4f2f47f49
fcl-db: mysql: when MySQL reports field type as VARCHAR map to ftString and do not try remap to ftMemo.
|
11 年 前 |
lacak
|
f77885eea0
fcl-db: mysql: use SET NAMES instead of SET CHARACTER SET, because SET CHARACTER SET does not sets character_set_connection_to given value (instead uses character_set_database)
|
11 年 前 |
michael
|
7b460e0e5e
* Use factory for fielddefs
|
11 年 前 |
lacak
|
9c2ffc30ee
fcl-db:
|
11 年 前 |
lacak
|
29ddc3f688
fcl-db: mysql: add support for MySQL 5.6
|
11 年 前 |
lacak
|
f2464fbf3d
fcl-db: mysql: formatting (remove unused variables)
|
12 年 前 |
lacak
|
029eb92bd0
fcl-db: mysql: map UNSIGNED SMALLINT to ftWord fields. TestSupportWordFields
|
12 年 前 |
lacak
|
42501df57a
fcl-db: mysql: add support for other BLOB types (tiny, medium, large). Bug #24112
|
12 年 前 |
ludob
|
bb735aa7e5
sqldb: implemented TCustomConnection.Close(ForceClose : Boolean = False);
|
12 年 前 |
lacak
|
6a9c3a6061
fcl-db: introduce FSelectable as new TSQLCursor class field. Update sql connectors to set it after Preparation or Execution of sql statement to signal if there will be or is result set. This change is neutral. In next commit I will use FSelectable to determine if allow Open or raise SErrNoSelectStatement.
|
12 年 前 |
michael
|
ea848beb13
* Changed GetLastInsertID to GetInsertID so it is the same as in GetLastID
|
12 年 前 |
michael
|
58d0d3c593
* Added GetLastInsertID
|
12 年 前 |
lacak
|
d338b2c63b
* adds new virtual method GetConnectionInfo into TSQLConnection
|
12 年 前 |
lacak
|
d0fbfe4525
Implements support for MySQL Transactions. Mantis #19137. Patch by Ludo Brands.
|
13 年 前 |
michael
|
53c03717d5
* SQL DB loader implemented
|
13 年 前 |
marco
|
b616fca354
* Mantis #22249 Mysql BIT type support.
|
13 年 前 |
michael
|
4b8ffef650
* Patch from Ludo Brands to fix memory leak (bug 22228)
|
13 年 前 |
marco
|
304db43604
* Patch from Lacak2 (Mantis #14519) that fixes "Check Table" having a
|
13 年 前 |
marco
|
2d8dbeca54
* Merged Andrew Brunners and Lacak2's patches from Mantis #19736 that
|
13 年 前 |
marco
|
f5a4f6b4af
* Patch + test to map integer field with auto_increment property to ftautoinc
|
13 年 前 |
marco
|
c6da7f726d
* change mysql datetime parsing because mysql allows time >24hrs (interval like).
|
13 年 前 |
marco
|
fc50e764c9
* Maps mysql year data type. Mantis #21347, patch by Lacak2.
|
13 年 前 |
marco
|
bf67fed0cf
* Length of data in binary string. First part of Mantis #20453
|
13 年 前 |
michael
|
4faff70448
* Patch from Ludo Brands to fix compilation (bug 20537)
|
14 年 前 |
marco
|
047cff3944
* Initial (var)binary field support for mysql and sqlite, patch by Lacak2,
|
14 年 前 |