summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2013-08-02Mark as constTakeshi Abe3-7/+7
2013-07-31Use correct MetaDataResultSetType (firebird-sdbc).Andrzej J.R. Hunt1-5/+10
2013-07-31Cut identifier to correct length (firebird-sdbc).Andrzej J.R. Hunt4-7/+29
2013-07-31Reserve correct size (dbase).Andrzej J.R. Hunt1-1/+1
2013-07-31Remove unnecessary F- prefix for firebird-sdbc files.Andrzej J.R. Hunt20-59/+63
2013-07-31Optimise getPrimaryKeys a bit. (firebird-sdbc)Andrzej J.R. Hunt1-1/+4
2013-07-31Implement getPrimaryKeys. (firebird-sdbc)Andrzej J.R. Hunt1-7/+56
2013-07-31Fix getTablePrivileges, warn on unimplemented methods. (firebird-sdbc)Andrzej J.R. Hunt1-1/+9
2013-07-31Some more DatabaseMetaData (firebird-sdbc).Andrzej J.R. Hunt1-51/+64
2013-07-31Avoid repeated allocations in getColumns. (firebird-sdbc)Andrzej J.R. Hunt1-34/+30
2013-07-31Some vector cleanup (firebird-sdbc).Andrzej J.R. Hunt1-14/+17
2013-07-31Add parameters to char/varchar in getTypeInfo. (firebird-sdbc)Andrzej J.R. Hunt1-2/+9
2013-07-30Ignore authentication for embedded db (firebird-sdbc).Andrzej J.R. Hunt1-1/+7
2013-07-30Add extra error check. (firebird-sdbc)Andrzej J.R. Hunt1-2/+4
2013-07-30Fix firebird-sdbc registry details.Andrzej J.R. Hunt1-6/+2
2013-07-30rhbz#989246: Honor user's JavaDriverClass override in mysql driverStephan Bergmann1-11/+25
2013-07-29Implement a large chunk of getTypeInfo. (firebird-sdbc)Andrzej J.R. Hunt1-32/+161
2013-07-29Fix typo.Andrzej J.R. Hunt1-1/+1
2013-07-29Implement getColumnPrivileges. (firebird-sdbc)Andrzej J.R. Hunt1-10/+102
2013-07-29Implement getTablePrivileges. (firebird-sdbc)Andrzej J.R. Hunt1-6/+87
2013-07-29Use column name for getColumnLabel (firebird-sdbc).Andrzej J.R. Hunt2-2/+5
2013-07-29fdo#67387 skip separating space between date and time in timestampLionel Elie Mamane1-0/+6
2013-07-29Update licence headers / rebase on APL'd skeleton driver (firebird-sdbc)Andrzej J.R. Hunt18-540/+252
2013-07-28remove unnecessary const_castLionel Elie Mamane1-4/+4
2013-07-25Remove unused struct definition (firebird-sdbc).Andrzej J.R. Hunt1-5/+0
2013-07-25Disable case insensitivity in findColumn (firebird-sdbc).Andrzej J.R. Hunt3-13/+22
2013-07-25Cleanup XResultSetUpdate in ResultSet / throw exceptions (firebird-sdbc).Andrzej J.R. Hunt2-105/+140
2013-07-25FunctionNotSupported exceptions for XResultSetUpdate. (firebird-sdbc)Andrzej J.R. Hunt2-39/+38
2013-07-25Implement the remaining execute* in PreparedStatement (firebird-sdbc)Andrzej J.R. Hunt2-26/+42
2013-07-25Comment and cleanup unsupported batch methods (firebird-sdbc)Andrzej J.R. Hunt3-13/+31
2013-07-25Implement getMetaData in PreparedStatement (firebird-sdbc).Andrzej J.R. Hunt1-5/+5
2013-07-25Make evaluateStatusVector a namespace function. (firebird-sdbc)Andrzej J.R. Hunt8-74/+63
2013-07-25Remove old unneeded commented code. (firebird-sdbc)Andrzej J.R. Hunt1-66/+0
2013-07-25Upgrade the last bit of pr_error to use exceptions. (firebird-sdbc)Andrzej J.R. Hunt1-38/+29
2013-07-25fdo#67269 adapt checkTable to getTableName changeLionel Elie Mamane1-3/+4
2013-07-24Tidy up / implement identifier metadata (firebird-sdbc).Andrzej J.R. Hunt2-53/+84
2013-07-24Remove unneded string sanitisation (firebird-sdbc).Andrzej J.R. Hunt4-26/+5
2013-07-24Allow specifying username/password (firebird-sdbc).Andrzej J.R. Hunt1-4/+54
2013-07-24Define SQL dialect driver-wide and change to 3. (firebird-sdbc)Andrzej J.R. Hunt3-2/+9
2013-07-24Mark as constTakeshi Abe5-6/+6
2013-07-23Clean up naming of OStatement_Base etc. (firebird-sdbc)Andrzej J.R. Hunt7-101/+123
2013-07-23Move Statement specific methods out of common base. (firebird-sdbc)Andrzej J.R. Hunt8-132/+153
2013-07-23Move Statement_Base into it's own file (firebird-sdbc).Andrzej J.R. Hunt5-527/+630
2013-07-23Remove unnecessary OStatement_BASE2 (firebird-sdbc).Andrzej J.R. Hunt4-62/+11
2013-07-23Cleanup firebird-sdbc header defines.Andrzej J.R. Hunt8-23/+23
2013-07-22Hopefully the last ambiguous conversion fix (firebird-sdbc).Andrzej J.R. Hunt1-1/+1
2013-07-22Fix implicit conversion error (firebird-sdbc).Andrzej J.R. Hunt1-6/+12
2013-07-22Further minor fixes (firebird-sdbc).Andrzej J.R. Hunt2-11/+18
2013-07-22Join on correct fields for getColumns() (firebird-sdbc)Andrzej J.R. Hunt1-6/+16
2013-07-22sqltype indicates isNullable. (firebird-sdbc)Andrzej J.R. Hunt1-1/+1