diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2014-10-09 11:29:38 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2014-10-09 11:29:38 +0200 |
commit | 1927f6d00ca32101de2554946e8b449efb5977c1 (patch) | |
tree | 8529dab6fb68bf20f7fa9a90fe45c0ccb4fafa8b /bug |
Start tracking ODB change development in git
Diffstat (limited to 'bug')
-rw-r--r-- | bug/list | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/bug/list b/bug/list new file mode 100644 index 0000000..ff2bd3e --- /dev/null +++ b/bug/list @@ -0,0 +1,22 @@ +! Copyright update [doc] + +! C++11 support is not trully header only [c++11] + +! Statement name truncation in PostgreSQL + + There seems to be a limit on the prepared statement name in PG. The result + is that the names are no longer unique (statement already exists error). + What we can do to help with that is put the statement kind (perists, find, + etc.) part at the beginning of the name rather than at the end as we do + now. + + See email from <abellina@gmail.com>/11-Jun-2014. + +- Add noexcept to move construction and assignment [c++11] + + Without noexcept some code (e.g., swap()) may have to resorts to copy. + +! Command Line Tools required for ODB binary package on Mac OS + + It seems without them there are no standard headers in /usr/include. Need + to test and document. |