summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2001-02-01when preparing a statement and error occured thro exception!Ocke Janssen1-3/+4
2001-02-01enable exceptionsOcke Janssen1-10/+3
2001-02-01column_ref changedOcke Janssen1-7/+14
2001-02-01quote tablealias as wellOcke Janssen1-3/+3
2001-02-01avoid double namesOcke Janssen2-22/+30
2001-01-30Added staticmbsdbcs.cxx for MacOS XGene Anaya1-3/+4
2001-01-30added UCBHELPER's library to the link (-l) line for MacOS X. This is toGene Anaya1-2/+9
2001-01-30Added symbols and link against staticmbodbc.o for MacOS XGene Anaya1-2/+3
2001-01-30added staticmbflat.cxx for MacOS XGene Anaya1-3/+4
2001-01-30Added staticmbfile.cxx for Mac OS XGene Anaya1-2/+8
2001-01-30Modified staticmb for MacOS X (some symbols added, other removed due toGene Anaya1-2/+3
2001-01-30Modified staticmb for Mac OS X (missing some symbols, other multiple definesGene Anaya1-5/+6
2001-01-30rename propertyOcke Janssen1-3/+3
2001-01-30property name changedOcke Janssen1-3/+3
2001-01-30check stateOcke Janssen3-21/+35
2001-01-30renamed one string propertyOcke Janssen2-8/+8
2001-01-30check if qoute char is spaceOcke Janssen1-19/+14
2001-01-29leave out hidden or empty sheetsNiklas Nebel1-10/+64
2001-01-29on invalid document, throw exception in constructNiklas Nebel1-2/+7
2001-01-29cache number of rows, handle empty cells, formula results, double column namesNiklas Nebel1-16/+124
2001-01-29m_nDataRows to keep number of rowsNiklas Nebel1-2/+3
2001-01-29#65293# messing semicolons addedRüdiger Timm1-3/+3
2001-01-29set static member to 32Ocke Janssen1-6/+7
2001-01-29change of error messageOcke Janssen1-6/+15
2001-01-26database driver for spreadsheet documentsNiklas Nebel14-0/+2859
2001-01-26database driver for spreadsheet documentsNiklas Nebel10-0/+1050
2001-01-26ask for wrong propertyOcke Janssen1-3/+3
2001-01-26correct the error message when there is a parse errorOcke Janssen2-28/+70
2001-01-26corrected the value collecting process for DISTINCT stantementsFrank Schönheit1-6/+6
2001-01-25OpenImpl: corrected the assignment select column <-> table columnFrank Schönheit1-13/+54
2001-01-25re-introduce m_aColumnMap and mapColumnFrank Schönheit1-14/+11
2001-01-25#82927# #83057# check values and throw exception when failledOcke Janssen3-42/+34
2001-01-24#83078# +emptymetadataFrank Schönheit1-2/+3
2001-01-23close statement in resetOcke Janssen1-3/+5
2001-01-22#82632# fetchscrollOcke Janssen11-17/+810
2001-01-223 new filesOcke Janssen1-2/+5
2001-01-22check odbc statusOcke Janssen1-19/+22
2001-01-22copy insert rowOcke Janssen1-3/+12
2001-01-17#82857# decrement the positions behind the pos who is deletedOcke Janssen1-2/+5
2001-01-16#82391# forget to set lastColumn to zeroOcke Janssen1-2/+13
2001-01-16#82783# set ColumnSearch to FULL for charOcke Janssen1-3/+3
2001-01-15#82643# check if table begin with a numberOcke Janssen1-4/+6
2001-01-15only a commentOcke Janssen1-2/+4
2001-01-15#82643# type double was missingOcke Janssen1-8/+28
2001-01-10#82620# calling convention changedOcke Janssen1-2/+9
2001-01-10#65293#: DOS file format was converted to UNIX formatVladimir Glazounov1-92/+92
2001-01-09new method to determine if we have select count(*) stmtOcke Janssen1-2/+4
2001-01-09set of concurrency and determine if column is readonly or writeableOcke Janssen2-173/+241
2001-01-09parser changed for table namesOcke Janssen5-75/+187
2001-01-09catch SQLException separatedOcke Janssen1-2/+9