Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Set all (Updateable)RecordSet properties in constructors
- BaseResultSet: give properties their proper disjoint handle,
add IsBookmarkable.
|
|
|
|
enables write access to tables with LibreOffice 3.5
|
|
|
|
|
|
|
|
|
|
as opposed to for each value for each compilation command
|
|
Compatibility with non-bleeding edge C++ compilers/library environments
|
|
|
|
|
|
In particular, allows passwords with spaces, backslashes, single quotes, etc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In particular, this makes it work whether server parameter standards_conforming_strings is off or on
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fake DatabaseMetaData::getImportedKeys: we can get away with not giving column names if we give zero data rows
|
|
|
|
|
|
- fix a bunch of compiler warnings
- Copyright statement on files I modified
|
|
- fix a bunch of compiler warnings
- move to recommended way of comparing C strings and OUString
- Copyright statement on files I modified
|
|
|
|
|
|
|
|
|
|
|