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