summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2013-07-12Build firebird 2.5 internally. Also adds libatomic_ops.Andrzej J.R. Hunt1-1/+1
2013-07-12fb-sdbc: Pretty printing table log outputAndres Gomez2-11/+32
2013-07-12Implementing the FStatement::execute() method.Javier Fernandez1-0/+25
2013-07-12Fixed crash at FStatement disposing stage.Javier Fernandez1-2/+6
2013-07-12The VARCHAR tye requires a maximum length.Javier Fernandez1-1/+1
2013-07-12GetTables uses now a Statement, instead of a PreparedStatement.Javier Fernandez1-27/+30
2013-07-12Refactoring some code on the FStatement class.Javier Fernandez5-171/+155
2013-07-12Executing again a PreparedStatement.Javier Fernandez5-32/+44
2013-07-12fb-sdbc: added extra checks in FDriverAndres Gomez1-0/+17
2013-07-12fb-sdbc: simplifying url comparisonAndres Gomez1-1/+1
2013-07-12fb-sdbc: Added logging supportAndres Gomez6-61/+83
2013-07-12fb-sdbc: test file moved to a generic placeAndres Gomez1-1/+1
2013-07-12Dealing with parameters in Prepared Statement.Javier Fernandez2-13/+77
2013-07-12Adding debug info for tracking disposes and fixed a memory allocation bug.Javier Fernandez4-18/+30
2013-07-12Adding disposing bits.Javier Fernandez4-6/+29
2013-07-12using the new implementation of the PreparedStatement and ResultSet classes.Javier Fernandez1-18/+18
2013-07-12Properly implementing the ResultSet class.Javier Fernandez2-31/+52
2013-07-12Properly imñemenmting the prepared statement class.Javier Fernandez3-100/+130
2013-07-12Properly implementing the connection construction.Javier Fernandez2-45/+35
2013-07-12Implementing the ResultSet interface.Javier Fernandez4-46/+196
2013-07-12Debug info and some API methods implementation.Javier Fernandez4-7/+293
2013-07-12Added include and linking directives for building the firebird-sdbc driver.Javier Fernandez1-0/+7
2013-07-12Firebird: initial implementation of the skeleton driver.Javier Fernandez25-0/+5453
2013-07-11connectivity bison/flex: get rid on unnecessary static OUString()Norbert Thiebaud2-18/+14
2013-07-11unused variable 'sTableName' [loplugin]Eike Rathke1-1/+1
2013-07-11sort is ascending by defaultLionel Elie Mamane1-1/+1
2013-07-11give right function name in debug messagesLionel Elie Mamane1-1/+1
2013-07-11ORDER BY columns are prioritarily *SELECT* columnsLionel Elie Mamane1-1/+27
2013-07-11remove unreachable code, reorganise OSL_ENSUREsLionel Elie Mamane1-7/+3
2013-07-11lcl_getColumnRange: no table range -> match 1st name-matching select columnLionel Elie Mamane1-1/+4
2013-07-10Further fallout from the connectivity SQL parser changesTor Lillqvist7-168/+10
2013-07-10Avoid duplicate definition of xxx_pGLOBAL_SQLPARSER at linking stageTor Lillqvist2-1/+2
2013-07-10WaE: unused functionsTor Lillqvist2-4/+6
2013-07-10Undef SQLyyerror, tooTor Lillqvist1-0/+1
2013-07-10make aEmptyString constLionel Elie Mamane1-1/+1
2013-07-10compatibility with 2008-era bison (2.3)Lionel Elie Mamane1-0/+1
2013-07-10fix doubly-defined aEmptyStr with Bison 2.3Lionel Elie Mamane1-2/+2
2013-07-10TODO noteLionel Elie Mamane1-0/+7
2013-07-10remove bogus testLionel Elie Mamane1-3/+0
2013-07-10make SQL grammar Generalised LRLionel Elie Mamane2-208/+209
2013-07-10fdo#58644 fix handling of subqueriesLionel Elie Mamane1-0/+1
2013-07-09Remove warning by using the right printf commandsArnaud Versini1-2/+2
2013-07-05use proper SQLINTEGER type (fixes build on Illumos)Gabriele Bulfon1-1/+1
2013-07-02OUString convertion for unotoolsNorbert Thiebaud1-6/+4
2013-07-01122658: Fixed typo in localized string.Andre Fischer1-1/+1
2013-06-30Clean String and sal_Bool in toolsNorbert Thiebaud4-52/+55
2013-06-29remove OUString wrap for string literalsThomas Arnhold25-66/+66
2013-06-29remove some createFromAscii usageThomas Arnhold2-2/+2
2013-06-28remove pointless external guards for standard headersMichael Stahl2-4/+0
2013-06-28impl_parseLikeNodeToString_throw should be called only on a like_predicateLionel Elie Mamane1-0/+1