lacak
|
6c10d2ddad
fcl-db: sqlite: map INTEGER PRIMARY KEY columns (ROWID) to TAutoIncField (as part of adding support for Refreshing AutoInc fields)
|
10 years ago |
lacak
|
e9d9caef00
fcl-db: sqlite: forgotten from rev.29196
|
10 years ago |
michael
|
6d5622aca3
* Implemented RefreshSQL and fetching value for AutoInc fields
|
10 years ago |
reiniero
|
24b406aed7
+ fcl-db: SQlite3: accept more date/time formats:
|
11 years ago |
reiniero
|
bd37d804fc
* fcl-db: cosmetic
|
11 years ago |
reiniero
|
935a3f1bc9
* fcl-db: cosmetic
|
11 years ago |
michael
|
dbf13fc77a
* Patch from Reinier to implement library loader for Sqlite
|
11 years ago |
michael
|
4378063247
* Use factory for fielddefs
|
11 years ago |
michael
|
af1d33767d
* Inherited must be called for Internal(Dis)Connect for housekeeping
|
12 years ago |
lacak
|
7c110e9b42
fcl-db:
|
12 years ago |
lacak
|
992ae091b5
fcl-db: sqlite: map MONEY to ftCurrency (extend compatibilty with f.e. PostgreSQL or MS SQL)
|
12 years ago |
lacak
|
81c8825623
fcl-db: sqlite: starting from SQLite 3.7.16, there is changed output of PRAGMA table_info. Now column "pk" shows order of given column in PK (or zero if column is not a part of PK).
|
12 years ago |
svenbarth
|
c7f1569156
Up to now TSQLite3Connection used the variable SQLiteLibraryName to control the name of the SQLite library to use. The sqlite3dyn unit also contains a variable to control the library to use: SQLiteDefaultLibrary. To avoid potential confusion the variable from sqlite3dyn will be used from now on.
|
12 years ago |
lacak
|
722193d643
fcl-db: sqlite: increase max allowed column length. Fix for existing test TestStringLargerThen8192.
|
12 years ago |
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 years ago |
lacak
|
66f458467f
fcl-db: sqlite: Always add null terminator to end of moved strings. (in case of length of data in db > FieldDef.Size null terminator is not moved).
|
12 years ago |
reiniero
|
02bccda89e
fcl-db: cosmetic change due to new variable names too similar to existing ones in r22988
|
12 years ago |
lacak
|
82fd77d341
fcl-db: sqlite: call InitializeSQLite with SQLiteLibraryName (in same style like in DoInternalConnect)
|
12 years ago |
lacak
|
56350aec8a
fcl-db: sqlite: cleanup + formatting
|
12 years ago |
lacak
|
d338b2c63b
* adds new virtual method GetConnectionInfo into TSQLConnection
|
12 years ago |
ludob
|
a9e6baf5c9
TSQLite3Connection add support for adding/removing user-defined COLLATIONs; Mantis #22925 patch from Lacak2
|
12 years ago |
marco
|
d97aa91e28
* Let gettablenames with TRUE as second param succeed, out of compatibility
|
13 years ago |
marco
|
9e03a58c3d
* Patch to implement TSQLite3ConnectionDef from Silvio Clecio, Mantis #21930
|
13 years ago |
marco
|
56442144bf
* Password check for sqlite3 functionality, Mantis #18774
|
13 years ago |
marco
|
49e3a24413
* Modification after feedback on #20454, last patch was a bit conservative.
|
13 years ago |
marco
|
7de37b0ad9
* fix for #21381. Add a default parameter to switch.
|
13 years ago |
marco
|
89866cd17e
* LoadExtension, patch by BigChimp, Mantis #20640
|
13 years ago |
marco
|
bf67fed0cf
* Length of data in binary string. First part of Mantis #20453
|
13 years ago |
marco
|
0b655b19d9
* Patch from Ludo, Foreign key support for SQLite option. Mantis #20865
|
13 years ago |
marco
|
047cff3944
* Initial (var)binary field support for mysql and sqlite, patch by Lacak2,
|
14 years ago |