summaryrefslogtreecommitdiff
path: root/bug
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-01-23 10:53:46 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-01-23 10:53:46 +0200
commit52785dde4b58f2edacdccf7d8557fdf41cb33781 (patch)
tree4e019c3a4dfa069b71e3a0de944b3864939ce842 /bug
parentbfdc0959e9feadd7e4c5d64a525873fcccabed51 (diff)
Handle name truncation in PostgreSQL
Diffstat (limited to 'bug')
-rw-r--r--bug/list10
1 files changed, 0 insertions, 10 deletions
diff --git a/bug/list b/bug/list
index 954d74d..6bd3c62 100644
--- a/bug/list
+++ b/bug/list
@@ -12,16 +12,6 @@
! Copyright update [doc]
-! Statement name truncation in PostgreSQL [pgsql]
-
- 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.