lacak
|
cf42b3bdc0
fcl-db: cosmetic
|
11 years ago |
lacak
|
607369f830
fcl-db: sqldb: add PSGetTableName; addition to rev.27074
|
11 years ago |
michael
|
3c015a3ab1
* Made property TableName protected (as suggested in 20395)
|
11 years ago |
lacak
|
2c0bd0fe59
fcl-db: sqldb: when TSQLQuery.FieldDefs.Update is called (is used by IDE Field editor for "Add fields ...") for closed (never prepared) dataset then Cursor is nil, and is passed to TSQLConnection.AddFieldDefs where AV can occurs.
|
11 years ago |
lacak
|
277c3fb00a
fcl-db: sqldb: cosmetic (reorder methods)
|
11 years ago |
lacak
|
3765b74ecd
fcl-db: sqldb: simplify GetStatementInfo method signature
|
11 years ago |
lacak
|
e5850015d9
fcl-db: cosmetic
|
11 years ago |
michael
|
948f40f24b
* Use TFieldDef descendent
|
11 years ago |
michael
|
ed25721ff0
* Use TSQLDBParams instead of TParams
|
11 years ago |
michael
|
a0f9e3fefd
* Update using TCustomSQLStatement instead of TSQLQuery
|
11 years ago |
michael
|
b9eb560dde
* Some cosmetic changes, added SQLConnection/SQLTransaction to avoid typecasts everywhere
|
11 years ago |
lacak
|
9c2ffc30ee
fcl-db:
|
11 years ago |
michael
|
1abce09e3c
* Made GetStatementInfo public (bug ID 24113)
|
11 years ago |
reiniero
|
9db59ea8e7
* fcl-db: cosmetic: replace Dutch variable name with English
|
11 years ago |
lacak
|
b6005af745
fcl-db: sqldb: add support for backtick "`" as identifier delimiter.
|
11 years ago |
reiniero
|
494d79bd7e
* fcl-db: TSQLScript: support explicit COMMIT/COMMIT WORK and COMMIT RETAIN script commands (with UseCommit) to use commit, respectively commit retaining.
|
11 years ago |
reiniero
|
caa86aaab9
* fcl-db: tsqlscript: do not parse : as parameters; fixes creating Firebird stored procedures with select bla into :bla
|
11 years ago |
lacak
|
f02dd9fde9
fcl-db: sqldb: formatting + add default information schema query for SchemaType=stProcedures (for those TSQLConnection descendants, which does not implement own schema query use sql standard)
|
11 years ago |
michael
|
48250dcafd
* implementation of sqSupportEmptyDatabaseName from Laco, used in PostGres and MSSQL
|
12 years ago |
michael
|
10eb918bed
* Register/Unregister SQL Statements less often
|
12 years ago |
michael
|
ae4810edd6
* Restore old behaviour for caNone for Action
|
12 years ago |
michael
|
b1c111b423
* Mark transaction as closed in caNone case of EndTranscation
|
12 years ago |
lacak
|
59b2c38530
fcl-db: sqldb: formatting
|
12 years ago |
lacak
|
bc7fd7afa8
fcl-db: sqldb: - Move private method "GetStatementInfo" to protected and make it virtual to allow TSQLConnection descendants override it
|
12 years ago |
lacak
|
8602706228
fcl-db: sqldb:
|
12 years ago |
michael
|
087b6b4a39
* Fixed Master/Detail relation in SQLDB and fixed memory leak
|
12 years ago |
lacak
|
ee2fee4259
fcl-db: sqldb:
|
12 years ago |
lacak
|
b7d5ed4bd7
fcl-db: sqldb: Some SQLConnections does not support statement [un]preparation, so let them do cleanup f.e. cancel pending queries and/or free resultset when dataset is closed.
|
12 years ago |
lacak
|
299938e784
fcl-db: sqldb: FSelectable must be set to true by default, to work for TSQLConnections which does not provide information about statement (if there will be resultset) at preparation stage.
|
12 years ago |
michael
|
ff1c478ba4
* Fix some memory leaks (not all: see AppendDeleteCancelUpd)
|
12 years ago |