summaryrefslogtreecommitdiff
path: root/connectivity/source
AgeCommit message (Expand)Author
2013-08-21osl_getThreadIdentifier(0) -> osl::Thread::getCurrentIdentifier()Stephan Bergmann
2013-08-21Fix -Wmaybe-uninitialized. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-21Simplify some sql statements with multiple conditions. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-21Add custom wrapper for OKeysHelper.firebird. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-21Sanitize primary key names too. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-21Simplify/improve sanitizeIdentifier usage. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-21Remove unnecessary commit (firebird-sdbc).Andrzej J.R. Hunt
2013-08-21Retrieve nullable from correct table. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-20-Werror,-Wunused-private-fieldStephan Bergmann
2013-08-20Implement changing nullable. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-20Rearrange createStandardTypePart to not include extraneous parameters.Andrzej J.R. Hunt
2013-08-20Simplify Users.createObject. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-20Implement Catalog::refreshUsers. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-20Add skeleton sdbcx Users/User implementation. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-20Re-work 8bit characters in source code, or remove them.Michael Meeks
2013-08-19Implement column-type alteration. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-19Split type-description out of createStandardColumnPart.Andrzej J.R. Hunt
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist
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-14Remove ambiguity.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