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