lacak
|
1e536926e1
fcl-db: mysql: fix return type of function InternalStrToCurrency. Revealed by test: TestSupportBCDFields
|
10 лет назад |
lacak
|
94a2fbb20d
fcl-db: mysql: fix handling milliseconds in date time values with precision < 3. f.e. datetime(1) value '07:13:45.1' has 100 msec not 1 msec (value after decimal point does not always means milliseconds)
|
10 лет назад |
michael
|
68a2e3cd74
* Added support for millisecond precision
|
10 лет назад |
lacak
|
9d6f5ece63
fcl-db: sqlite: add sqImplicitTransaction to ConnOptions.
|
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 лет назад |