|
Revision 1291, 0.8 kB
(checked in by jtv, 9 months ago)
|
At last: new cursor API!
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
(*) Make result::errorposition() etc. public. |
|---|
| 2 |
|
|---|
| 3 |
Build & Configuration |
|---|
| 4 |
(*) Move PGHOST guessing logic from tools/preprelease to Makefile.am? |
|---|
| 5 |
|
|---|
| 6 |
Connections |
|---|
| 7 |
(*) Support scoped/unscoped non-superuser identity (outside transaction only) |
|---|
| 8 |
(*) libpqxx-level trace output |
|---|
| 9 |
|
|---|
| 10 |
Exceptions |
|---|
| 11 |
(*) Document exception guarantees (weak / strong / poorly defined / pure) |
|---|
| 12 |
|
|---|
| 13 |
Results |
|---|
| 14 |
(*) Real encoding support (PQmblen(), PQenv2encoding()) |
|---|
| 15 |
(*) Conceive metadata model |
|---|
| 16 |
|
|---|
| 17 |
Streams |
|---|
| 18 |
(*) Provide metadata information in tablestream |
|---|
| 19 |
(*) Can we have a tablestream that looks more like a result? |
|---|
| 20 |
(*) Create "inserter" class for column lists |
|---|
| 21 |
(*) Allow single-level insertion with endt/endr manipulators |
|---|
| 22 |
(*) Streambuffer class? |
|---|
| 23 |
|
|---|
| 24 |
Tests |
|---|
| 25 |
(*) Test broken connections |
|---|
| 26 |
(*) Test tablereader and rows ending in empty fields |
|---|