summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* Only write db to file if we are embedded. (firebird-sdbc)Andrzej J.R. Hunt2013-08-021-0/+5
* Clear Statements as appropriate. (firebird-sdbc)Andrzej J.R. Hunt2013-08-022-10/+16
* Make getPrimaryKeys actually work. (firebird-sdbc)Andrzej J.R. Hunt2013-08-021-3/+3
* Tidy up Transaction info in DatabaseMetaData. (firebird-sdbc)Andrzej J.R. Hunt2013-08-021-26/+39
* Implement supportsResultSetConcurrency. (firebird-sdbc)Andrzej J.R. Hunt2013-08-021-5/+10
* Some more DatabaseMetaData. (firebird-sdbc)Andrzej J.R. Hunt2013-08-021-54/+65
* Mark as constTakeshi Abe2013-08-023-7/+7
* Use correct MetaDataResultSetType (firebird-sdbc).Andrzej J.R. Hunt2013-07-311-5/+10
* Cut identifier to correct length (firebird-sdbc).Andrzej J.R. Hunt2013-07-314-7/+29
* Reserve correct size (dbase).Andrzej J.R. Hunt2013-07-311-1/+1
* Remove unnecessary F- prefix for firebird-sdbc files.Andrzej J.R. Hunt2013-07-3120-59/+63
* Optimise getPrimaryKeys a bit. (firebird-sdbc)Andrzej J.R. Hunt2013-07-311-1/+4
* Implement getPrimaryKeys. (firebird-sdbc)Andrzej J.R. Hunt2013-07-311-7/+56
* Fix getTablePrivileges, warn on unimplemented methods. (firebird-sdbc)Andrzej J.R. Hunt2013-07-311-1/+9
* Some more DatabaseMetaData (firebird-sdbc).Andrzej J.R. Hunt2013-07-311-51/+64
* Avoid repeated allocations in getColumns. (firebird-sdbc)Andrzej J.R. Hunt2013-07-311-34/+30
* Some vector cleanup (firebird-sdbc).Andrzej J.R. Hunt2013-07-311-14/+17
* Add parameters to char/varchar in getTypeInfo. (firebird-sdbc)Andrzej J.R. Hunt2013-07-311-2/+9
* Ignore authentication for embedded db (firebird-sdbc).Andrzej J.R. Hunt2013-07-301-1/+7
* Add extra error check. (firebird-sdbc)Andrzej J.R. Hunt2013-07-301-2/+4
* Fix firebird-sdbc registry details.Andrzej J.R. Hunt2013-07-301-6/+2
* rhbz#989246: Honor user's JavaDriverClass override in mysql driverStephan Bergmann2013-07-301-11/+25
* Implement a large chunk of getTypeInfo. (firebird-sdbc)Andrzej J.R. Hunt2013-07-291-32/+161
* Fix typo.Andrzej J.R. Hunt2013-07-291-1/+1
* Implement getColumnPrivileges. (firebird-sdbc)Andrzej J.R. Hunt2013-07-291-10/+102
* Implement getTablePrivileges. (firebird-sdbc)Andrzej J.R. Hunt2013-07-291-6/+87
* Use column name for getColumnLabel (firebird-sdbc).Andrzej J.R. Hunt2013-07-292-2/+5
* fdo#67387 skip separating space between date and time in timestampLionel Elie Mamane2013-07-291-0/+6
* Update licence headers / rebase on APL'd skeleton driver (firebird-sdbc)Andrzej J.R. Hunt2013-07-2918-540/+252
* remove unnecessary const_castLionel Elie Mamane2013-07-281-4/+4
* Remove unused struct definition (firebird-sdbc).Andrzej J.R. Hunt2013-07-251-5/+0
* Disable case insensitivity in findColumn (firebird-sdbc).Andrzej J.R. Hunt2013-07-253-13/+22
* Cleanup XResultSetUpdate in ResultSet / throw exceptions (firebird-sdbc).Andrzej J.R. Hunt2013-07-252-105/+140
* FunctionNotSupported exceptions for XResultSetUpdate. (firebird-sdbc)Andrzej J.R. Hunt2013-07-252-39/+38
* Implement the remaining execute* in PreparedStatement (firebird-sdbc)Andrzej J.R. Hunt2013-07-252-26/+42
* Comment and cleanup unsupported batch methods (firebird-sdbc)Andrzej J.R. Hunt2013-07-253-13/+31
* Implement getMetaData in PreparedStatement (firebird-sdbc).Andrzej J.R. Hunt2013-07-251-5/+5
* Make evaluateStatusVector a namespace function. (firebird-sdbc)Andrzej J.R. Hunt2013-07-258-74/+63
* Remove old unneeded commented code. (firebird-sdbc)Andrzej J.R. Hunt2013-07-251-66/+0
* Upgrade the last bit of pr_error to use exceptions. (firebird-sdbc)Andrzej J.R. Hunt2013-07-251-38/+29
* fdo#67269 adapt checkTable to getTableName changeLionel Elie Mamane2013-07-251-3/+4
* Tidy up / implement identifier metadata (firebird-sdbc).Andrzej J.R. Hunt2013-07-242-53/+84
* Remove unneded string sanitisation (firebird-sdbc).Andrzej J.R. Hunt2013-07-244-26/+5
* Allow specifying username/password (firebird-sdbc).Andrzej J.R. Hunt2013-07-241-4/+54
* Define SQL dialect driver-wide and change to 3. (firebird-sdbc)Andrzej J.R. Hunt2013-07-243-2/+9
* Mark as constTakeshi Abe2013-07-245-6/+6
* Clean up naming of OStatement_Base etc. (firebird-sdbc)Andrzej J.R. Hunt2013-07-237-101/+123
* Move Statement specific methods out of common base. (firebird-sdbc)Andrzej J.R. Hunt2013-07-238-132/+153
* Move Statement_Base into it's own file (firebird-sdbc).Andrzej J.R. Hunt2013-07-235-527/+630
* Remove unnecessary OStatement_BASE2 (firebird-sdbc).Andrzej J.R. Hunt2013-07-234-62/+11