michael
|
f58b3aa25a
* Implemented CheckParams for TSQLStatement, TSQLQuery. It disables check for parameter names
|
12 years ago |
michael
|
abe86dea9f
* TSQLStatement.RowsAffected
|
12 years ago |
michael
|
5042e1060f
* Activated Action for TSQLTransaction
|
12 years ago |
michael
|
4466342d82
* First implementation of TSQLStatement
|
12 years ago |
lacak
|
19132fc98d
fcl-db: sqldb: implemented TSQLConnection.GetSchemaNames
|
12 years ago |
michael
|
7fbf05dd18
* Make statementtype public in TSQLQuery
|
12 years ago |
michael
|
f566201a8d
* Notification should be protected
|
12 years ago |
lacak
|
7e2627f047
fcl-db: formatting (char case)
|
12 years ago |
lacak
|
66a6b15efe
fcl-db: switch from usage of [stSelect, stExecProcedure] to FSelectable to determine if there is result set.
|
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 |
michael
|
5f053be31d
* Switched to using ansistring, because dynlibs use ansistrings
|
12 years ago |
ludob
|
35f1339404
sqldb: Modified ftAutoinc behavior slightly to match Delphi behavior and allow updating of ftAutoInc fields for those db backends that support it. Added support for odbc ReadOnly fields. Patch from Lacak2 Mantis #22531
|
12 years ago |
lacak
|
d338b2c63b
* adds new virtual method GetConnectionInfo into TSQLConnection
|
12 years ago |
ludob
|
91a468307a
Fix for table names converted to uppercase Mantis 0022766 Patch by Lacak2
|
13 years ago |
michael
|
53c03717d5
* SQL DB loader implemented
|
13 years ago |
marco
|
c4ec774c4c
* Fixes Sql parsing problems with spaces lacking between keyword and expression
|
13 years ago |
joost
|
67ab61dcc8
* Moved .ReadOnly property from TSQLQuery to TBufDataset
|
13 years ago |
marco
|
abaf2eaf12
* sqlDB update SQLParser to parse DML statements WITH common table expressions
|
13 years ago |
joost
|
3568f8a3fe
* Also recognize parameters wich starts with lowercase old
|
13 years ago |
marco
|
86ec9c367c
* Patch from Lacak2 for #16842. Fix parsing of FROM (mysql show..from)
|
13 years ago |
marco
|
f979c2e67f
* Add millisecs to datetime parameters, Mantis #20616. Patch by Lacak2.
|
13 years ago |
marco
|
7a7d8e27cd
* set transaction of proxy via field instead of setter since that
|
13 years ago |
marco
|
5955d90a40
* pass fieldnamequotechars to proxy, mantis #20507
|
14 years ago |
marco
|
cb832a5656
* Preserve existing param values when changing sql text.
|
14 years ago |
marco
|
0f79033143
* synchronized properties between sqlconnector and sqlconnection.
|
14 years ago |
marco
|
aa9df955ee
* Improve support for returnvalues of calling statements.
|
14 years ago |
marco
|
448e3db450
* fixes Mantis #14730 dealing with oldvalue=null
|
14 years ago |
marco
|
1556751109
* also quote ftguid fields. Mantis 20219.
|
14 years ago |
marco
|
367be2cd7a
* adds some checks to sqldb avoid AV and memleaks. Mantis #19326 and #18669
|
14 years ago |
joost
|
79e000d04e
* Changed DefaultSQLFormatSettings into a constant, because changing this will lead to chaos in the locale-support
|
14 years ago |