Age | Commit message (Collapse) | Author |
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GNU g++ 4.6 warns that hash_map is deprecated
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These variables are set, but unused.
|
|
|
|
|
|
|