Age | Commit message (Expand) | Author |
2013-10-25 | fdo#6412 firebird-sdbc DatabaseMetaData unimplemented getXXX: provide empty RS | Lionel Elie Mamane |
2013-10-25 | connectivity commontools DatabaseMetaData: provide for getUDTs, too | Lionel Elie Mamane |
2013-10-25 | janitorial: indentation | Lionel Elie Mamane |
2013-10-24 | connectivity: deliver postgresql-sdbc.ini to INSTDIR | Michael Stahl |
2013-10-23 | clean up some include guards | Thomas Arnhold |
2013-10-23 | convert code to use OUString::endsWith | Noel Grandin |
2013-10-22 | Bin comments that claim to say why some header is included | Tor Lillqvist |
2013-10-21 | fdo#68849 add some header guards | Thomas Arnhold |
2013-10-20 | Revert "fdo#68657 bool->string conversion to 1/0, not "true"/"false" | Lionel Elie Mamane |
2013-10-20 | an ORowSetValue constructed from a boolean is a boolean | Lionel Elie Mamane |
2013-10-20 | ORowSetValue: adapt test to new behaviour, extend test more | Lionel Elie Mamane |
2013-10-20 | fdo#68657 bool->string conversion to 1/0, not "true"/"false | Lionel Elie Mamane |
2013-10-20 | Extend test to cover changed toString() conversion for bool types | David Ostrovsky |
2013-10-17 | per SQL standard, BIT is 0/1 but BOOLEAN is true/false | Lionel Elie Mamane |
2013-10-16 | respect reference values in checkboxes | Lionel Elie Mamane |
2013-10-16 | janitorial: bool is bool, not sal_Bool | Lionel Elie Mamane |
2013-10-16 | string->bool conversion recognise "1"/"0" additionally to "true"/"false" | Lionel Elie Mamane |
2013-10-15 | update pch | Thomas Arnhold |
2013-10-12 | Bin bogus use of UNX (in not compiled test code) | Tor Lillqvist |
2013-10-09 | fdo#54938: Adapt connectivity module to use cppu::supportsService | Marcos Paulo de Souza |
2013-10-07 | CID#738572 uninitialized members | Caolán McNamara |
2013-10-04 | fdo#64741 Thunderbird mork driver: implement collected addresses | David Ostrovsky |
2013-10-02 | -Werror,-Wunused-variable | Stephan Bergmann |
2013-10-02 | Replace deprecated std::auto_ptr with boost::scoped_ptr | Stephan Bergmann |
2013-10-02 | Fix warnings in sqlflex.l, sqlbison.y | Stephan Bergmann |
2013-10-02 | -Werror,-Wunused-const-variable | Stephan Bergmann |
2013-10-02 | -Werror,-Wunused-const-variable | Stephan Bergmann |
2013-10-02 | -Werror,-Wunused-const-variable | Stephan Bergmann |
2013-09-25 | drop worthless _VECTOR_/_MAP_ header guards | Caolán McNamara |
2013-09-25 | Related: fdo#38838 remove UniString::EqualsIgnoreCaseAscii | Caolán McNamara |
2013-09-23 | Use LO_JAVA_DIR for HSQLDB classpath. | Andrzej J.R. Hunt |
2013-09-20 | Update Firebird-File driver config to allow creating new dbs. | Andrzej J.R. Hunt |
2013-09-20 | Implement creation/loading of external firebird .fdbs. | Andrzej J.R. Hunt |
2013-09-19 | Cleanup ResultSet exceptions. | Andrzej J.R. Hunt |
2013-09-19 | Cleanup exceptions in PreparedStatement. | Andrzej J.R. Hunt |
2013-09-19 | Set sane default for type. | Andrzej J.R. Hunt |
2013-09-19 | Move type conversion into template.` | Andrzej J.R. Hunt |
2013-09-19 | Use conversion for Byte/Bool. | Andrzej J.R. Hunt |
2013-09-19 | Throw sane exception when wrong type used in PreparedStatement. | Andrzej J.R. Hunt |
2013-09-19 | Don't throw unnecessary exception. | Andrzej J.R. Hunt |
2013-09-19 | Implement implicit type conversion in ResultSet. (firebird-sdbc) | Andrzej J.R. Hunt |
2013-09-18 | Remove null indicator for type checking. (firebird-sdbc) | Andrzej J.R. Hunt |
2013-09-18 | Add some type checking to ResultSet. | Andrzej J.R. Hunt |
2013-09-16 | Make Java-based connectivity drivers work with jvmfwk "direct mode" | Stephan Bergmann |
2013-09-13 | translate german comments in sqlbison.y | Michael Stahl |
2013-09-13 | fix Apple g++ 4.2.1 unused function warning in sqlbison.y | Michael Stahl |
2013-09-13 | fix Apple g++ 4.2.1 warning in DBTypeConversion::toDateTime | Michael Stahl |
2013-09-13 | setting a table name on an expression/function call makes no sense | Lionel Elie Mamane |
2013-09-13 | remove an arbitrary level of nested parentheses | Lionel Elie Mamane |
2013-09-13 | Don't clobber argument on failure | Lionel Elie Mamane |