Commit History

Author SHA1 Message Date
  lacak feff396633 fcl-db: sqldb: simplify code, remove unused field (FSQLBuf) 11 years ago
  lacak 375eab52c7 fcl-db: sqldb: add PROCEDURE_NAME column as alias to ROUTINE_NAME column in schema view ROUTINES query. GetProcedureNames method expects column named PROCEDURE_NAME, which is not a part of SQL standard INFORMATION_SCHEMA.ROUTINES view. 11 years ago
  lacak 7de12fb703 fcl-db: sqldb: align column naming (PROCEDURE_NAME) for stProcedures schema query with ODBC standard (SQLProcedures) and also with Delphi naming used in ADO OpenSchema for siProcedures (and partial also with DBX). 11 years ago
  lacak aa62089fb3 fcl-db: sqldb: TSQLTransaction.EndTransaction should end transaction (a do not leave it active). So caCommitRetaining and caRollbackRetaining are only aliases of caCommit, caRollback in this case. Bug #26068 11 years ago
  reiniero b2813cc627 fcl-db: cosmetic: 11 years ago
  lacak 37e0aa202c fcl-db: sqldb: propagate LogEvents from TSQLConnector to proxy TSQLConnection 11 years ago
  reiniero f005a65ce4 fcl-db: 11 years ago
  lacak 285d459801 fcl-db: sqldb: cosmetic 11 years ago
  reiniero 420e0165a2 fcl-db: sqlconnection: 11 years ago
  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