summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)Author
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist
2013-08-16Free SQLDA if statement preparation fails. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-16Add some debug output. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-16Enable Core SQL Grammar. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-15Free SQLVAR as appropriate. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-15Implement dropping tables. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-15Implement sdbcx table creation. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-15Implement altering of default value.Andrzej J.R. Hunt
2013-08-15Update hsqldb-embedded driver name for GUI use.Andrzej J.R. Hunt
2013-08-14Remove ambiguity.Andrzej J.R. Hunt
2013-08-14Remove unneeded/irrelevant driver options. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-14Remove XRename support from XTable. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-14Refresh columns after alter. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-14Implement column-name altering. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-14ColumnsHelper can create the Column for us. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-14Correct negation to detect view. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-14Trim sql identifiers as needed. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-14Use table type in getTables. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-14Avoid selecting system tables for viewing. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-14fixup handling of unsigned valuesLionel Elie Mamane
2013-08-14better debugging: dump unexpected exceptionLionel Elie Mamane
2013-08-14fdo#67546 handle unsigned 64 bit integersLionel Elie Mamane
2013-08-13Set ColumnsHelper parent. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-13OTableHelper requires a call to construct() to be usable. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-13Implement Columns::createObject. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-13Correct comments at table creation (firebird-sdbc)Andrzej J.R. Hunt
2013-08-12Implement refreshTables. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-12Create Catalog to deal with sdbcx details. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-12Enable sdbcx retrieval. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-12Implement getTables(). (firebird-sdbc)Andrzej J.R. Hunt
2013-08-12Use correct data in Tables::createObject. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-12Remove unneeded field. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-12Add getIndexes. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-12Add getKeys() using OKeysHelper (firebird-sdbc).Andrzej J.R. Hunt
2013-08-11Tables header fixes.Andrzej J.R. Hunt
2013-08-11Try and fix windows build.Andrzej J.R. Hunt
2013-08-11Don't change calling convention.Andrzej J.R. Hunt
2013-08-11Reduce getColumnPrivileges verbosity. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-11Reduce verbosity of getTables. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-11Creation of skeleton Columns. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-11Add skeleton Columns. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-11Implement Tables::createObject. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-11Add sdbcx.Table (firebird-sdbc)Andrzej J.R. Hunt
2013-08-11First chunk of skeleton sdbcx.Container. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-11Add skeleton sdbcx methods to Driver. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-11Improve exceptions in Statement.Andrzej J.R. Hunt
2013-08-11Explicit close/disposing.Andrzej J.R. Hunt
2013-08-11Improve statement handle handling.Andrzej J.R. Hunt
2013-08-11Remove unnecessary duplication.Andrzej J.R. Hunt
2013-08-07Commit after DDL statement. (firebird-sdbc)Andrzej J.R. Hunt