|
|
|
@1504
|
[1504]
|
01/06/09 13:44:45 |
jtv |
Exported throw_null_conversion; ABI change but only for tests, so … |
|
|
|
@1502
|
[1502]
|
01/03/09 06:07:17 |
jtv |
Tiny documentation fix. |
|
|
|
@1501
|
[1501]
|
01/03/09 03:32:37 |
jtv |
Support querying of thread-safety information. |
|
|
|
@1499
|
[1499]
|
01/03/09 01:32:07 |
jtv |
Separate documentation page about accessing result sets. |
|
|
|
@1498
|
[1498]
|
01/03/09 01:12:40 |
jtv |
Made internal smart-pointer APIs conform to shared_ptr more, further hid … |
|
|
|
@1497
|
[1497]
|
01/03/09 00:48:55 |
jtv |
Auto-configure TR1 setup. |
|
|
|
@1494
|
[1494]
|
01/03/09 00:11:08 |
jtv |
Bit more documentation. |
|
|
|
@1493
|
[1493]
|
01/02/09 14:07:49 |
jtv |
Added some includes that might be missing, some more documentation. |
|
|
|
@1492
|
[1492]
|
01/01/09 14:24:11 |
jtv |
Added string conversion (one-way only) for non-const C-style string. |
|
|
|
@1491
|
[1491]
|
01/01/09 14:23:47 |
jtv |
Alphabeticized, updated for completeness. |
|
|
|
@1490
|
[1490]
|
01/01/09 14:23:31 |
jtv |
Added example program, improved existing one. |
|
|
|
@1489
|
[1489]
|
01/01/09 12:51:28 |
jtv |
Forgot to add new strconv headers to makefile. |
|
|
|
@1487
|
[1487]
|
12/31/08 06:01:39 |
jtv |
Put string conversion in a module of its own. |
|
|
|
@1486
|
[1486]
|
12/31/08 05:19:59 |
jtv |
Documentation updates. |
|
|
|
@1484
|
[1484]
|
12/27/08 09:27:38 |
jtv |
Use read-write transaction if backend is too old for read-only … |
|
|
|
@1477
|
[1477]
|
12/26/08 07:30:37 |
jtv |
Removed caching of binarystring::str(); class is immutable now. |
|
|
|
@1475
|
[1475]
|
12/26/08 06:47:48 |
jtv |
Disallow direct pointer-to-smart-pointer assignment. |
|
|
|
@1474
|
[1474]
|
12/20/08 10:42:33 |
jtv |
Use shared_ptr if available. |
|
|
|
@1464
|
[1464]
|
12/13/08 16:34:32 |
jtv |
Added support for read-only transactions. |
|
|
|
@1461
|
[1461]
|
12/08/08 01:55:49 |
jtv |
Fixed Solaris 'make' breakage, thanks Doug. |
|
|
|
@1430
|
[1430]
|
10/30/08 23:42:32 |
jtv |
Exposed tablewriter.get_raw_line(); now supports direct … |
|
|
|
@1424
|
[1424]
|
10/27/08 10:07:46 |
jtv |
Removed warning; pipeline is stable now |
|
|
|
@1418
|
[1418]
|
10/16/08 13:19:24 |
jackyf |
Fixed g++ 4.3 warning in include/pqxx/largeobject.hxx on 64-bit platforms. |
|
|
|
@1416
|
[1416]
|
10/16/08 01:45:37 |
jtv |
Few more fixes for g++-4.3, thanks Eugene V. Lyubimkin. |
|
|
|
@1415
|
[1415]
|
10/14/08 13:33:26 |
jtv |
Fixed warnings with g++ 4.3, thanks Eugene V. Lyubimkin |
|
|
|
@1404
|
[1404]
|
10/11/08 04:52:19 |
jtv |
Made treat_direct the default. Fixes #163. |
|
|
|
@1402
|
[1402]
|
10/09/08 02:42:16 |
jtv |
pipeline now has a cancel_query() funtion. |
|
|
|
@1391
|
[1391]
|
09/08/08 04:48:09 |
jtv |
Eliminated warning in string traits, thanks Kirit. |
|
|
|
@1389
|
[1389]
|
09/07/08 05:41:26 |
jtv |
#160: PL/pgSQL exception classes |
|
|
|
@1388
|
[1388]
|
08/28/08 07:21:35 |
jtv |
Ensure transaction is open before executing prepared statement, thanks … |
|
|
|
@1387
|
[1387]
|
08/26/08 13:52:04 |
jtv |
Make static link subject to PQXX_AUTOLINK as well, thanks Kirit … |
|
|
|
@1386
|
[1386]
|
08/25/08 13:08:13 |
jtv |
Export encrypt_password, thanks boto |
|
|
|
@1373
|
[1373]
|
08/10/08 10:10:33 |
jtv |
Fixed broken is_null for C-style strings. |
|
|
|
@1369
|
[1369]
|
08/10/08 00:44:17 |
jtv |
Doc/comment update. |
|
|
|
@1362
|
[1362]
|
08/08/08 23:54:45 |
jtv |
Cosmetic. |
|
|
|
@1353
|
[1353]
|
07/23/08 10:45:29 |
jtv |
Retired old, unsafe string escaping functions. |
|
|
|
@1351
|
[1351]
|
07/20/08 07:18:25 |
jtv |
Updated sample headers; added PQXX_AUTOLINK for Visual C++. Thanks Kirit … |
|
|
|
@1350
|
[1350]
|
07/18/08 04:13:52 |
jtv |
Fixed distance() workaround code, thanks Jorgen Austvik at Sun. |
|
|
|
@1349
|
[1349]
|
07/17/08 10:57:42 |
jtv |
Added quoting functions. |
|
|
|
@1348
|
[1348]
|
07/17/08 08:19:50 |
jtv |
New exception type for conversion errors; some extensions to string … |
|
|
|
@1347
|
[1347]
|
06/27/08 14:37:48 |
jtv |
All exceptions except bad_alloc have pqxx mixins, thanks yrs90. |
|
|
|
@1346
|
[1346]
|
06/26/08 08:45:41 |
jtv |
Peephole optimization. Thanks Daniel Frey. |
|
|
|
@1344
|
[1344]
|
06/21/08 13:52:14 |
jtv |
More robust workaround for missing std::distance(), doesn't conflict if … |
|
|
|
@1342
|
[1342]
|
06/17/08 13:41:48 |
jtv |
Resolve ambiguity in compiling code that uses streaming operator. |
|
|
|
@1341
|
[1341]
|
06/15/08 06:41:46 |
jtv |
Detach pipeline after flush() or complete(). Fixes #50. |
|
|
|
@1340
|
[1340]
|
06/13/08 15:37:33 |
jtv |
Moved double-inclusion guards into .hxx headers, and made them more … |
|
|
|
@1339
|
[1339]
|
06/11/08 10:37:38 |
jtv |
Typo in documentation. |
|
|
|
@1338
|
[1338]
|
06/08/08 00:25:12 |
jtv |
Cleanups by Daniel Frey. |
|
|
|
@1333
|
[1333]
|
06/05/08 03:06:04 |
jtv |
Proper traits-based string conversions, thanks Daniel Frey. |
|
|
|
@1331
|
[1331]
|
05/28/08 00:06:13 |
jtv |
Fixed bug in fix for GNU-ism in sed. |
|
|
|
@1329
|
[1329]
|
05/27/08 01:06:38 |
jtv |
Defined PQXX_PRIVATE for SunPro? compiler. |
|
|
|
@1327
|
[1327]
|
05/26/08 13:35:01 |
jtv |
Moved builtin to_string/from_string specializations into traits class. … |
|
|
|
@1326
|
[1326]
|
05/26/08 02:44:25 |
jtv |
Handle nulls in string conversions using traits, thanks Daniel Frey. |
|
|
|
@1324
|
[1324]
|
05/24/08 14:24:52 |
jtv |
Suppress vtables on abstract classes in Visual C++, thanks Kirit … |
|
|
|
@1322
|
[1322]
|
05/13/08 01:43:37 |
jtv |
Fixes #140 and long network timeouts. Thanks anonymous tipster! |
|
|
|
@1321
|
[1321]
|
05/11/08 22:23:25 |
jtv |
Removed iffy overloading. |
|
|
|
@1320
|
[1320]
|
05/10/08 02:43:57 |
jtv |
Visual C++ 8 found some warnigs. Thanks Kirit Saelensminde. |
|
|
|
@1318
|
[1318]
|
04/27/08 12:52:16 |
jtv |
g++ 4.3 fixes |
|
|
|
@1307
|
[1307]
|
04/15/08 14:24:28 |
jtv |
Removed problematic fetch_current_row() |
|
|
|
@1303
|
[1303]
|
04/15/08 12:16:50 |
jtv |
Workaround for pre-8.0 backends, which lack generate_series |
|
|
|
@1302
|
[1302]
|
04/14/08 12:36:12 |
jtv |
Documented stateless_cursor API. |
|
|
|
@1299
|
[1299]
|
04/14/08 09:21:39 |
jtv |
More cleanup: old 1.x-style *.h headers, cachedresult, old cursor … |
|
|
|
@1291
|
[1291]
|
04/14/08 05:30:45 |
jtv |
At last: new cursor API! |
|
|
|
@1290
|
[1290]
|
02/05/08 06:53:30 |
jtv |
limits fix for gcc 3.4, thanks Richard B. Kreckel. |
|
|
|
@1289
|
[1289]
|
01/23/08 07:08:27 |
jtv |
Let cursor_base access m_reactivation_avoidance. Thanks Richard B. … |
|
|
|
@1287
|
[1287]
|
11/12/07 19:02:01 |
jtv |
Corrected constructors. |
|
|
|
@1286
|
[1286]
|
11/12/07 18:48:39 |
jtv |
More detailed hierarchy for constraint errors, thanks Peter Geoghegan |
|
|
|
@1282
|
[1282]
|
09/06/07 13:29:24 |
jtv |
Made esc() and esc_raw() public. |
|
|
|
@1269
|
[1269]
|
07/14/07 02:34:43 |
jtv |
Cosmetic |
|
|
|
@1268
|
[1268]
|
07/14/07 02:30:34 |
jtv |
Cursor uses signed difference_type instead of unsigned size_type for … |
|
|
|
@1264
|
[1264]
|
07/10/07 09:04:01 |
jtv |
Exported prepared_def, thanks Daniel Frey |
|
|
|
@1263
|
[1263]
|
06/07/07 12:31:15 |
jtv |
Fixed bad doxygen tag (@obsolete -> @deprecated) |
|
|
|
@1262
|
[1262]
|
06/06/07 12:40:43 |
jtv |
List notify-listen headers in Makefile.am |
|
|
|
@1260
|
[1260]
|
06/03/07 04:00:43 |
jtv |
Changed site hostname from thaiopensource.org to pqxx.org |
|
|
|
@1258
|
[1258]
|
05/20/07 06:49:30 |
jtv |
Renamed trigger to notify_listener; going for 3.0.0 |
|
|
|
@1256
|
[1256]
|
05/17/07 06:41:24 |
jtv |
More explanation, esp. about exceptions. Thanks Gary Jefferson. |
|
|
|
@1253
|
[1253]
|
05/09/07 04:18:59 |
jtv |
Disallow copy assignment of definitions and invocations |
|
|
|
@1252
|
[1252]
|
05/09/07 04:13:52 |
jtv |
Based on suggestion by JuJu? in #109 |
|
|
|
@1249
|
[1249]
|
04/06/07 02:50:29 |
jtv |
Fixed lifetime bug in prepared statement names, thanks John Mudd |
|
|
|
@1247
|
[1247]
|
03/06/07 00:09:07 |
jtv |
A bit more explanation about column lists |
|
|
|
@1243
|
[1243]
|
02/08/07 06:56:19 |
jtv |
Keep track of applicable encodings in connections and results |
|
|
|
@1241
|
[1241]
|
02/08/07 06:51:07 |
jtv |
Updated copyright notices |
|
|
|
@1239
|
[1239]
|
02/04/07 03:15:20 |
jtv |
PQXX_LIBEXPORT freemem_result_data() (#103), thanks drankevich@cosmostv.by |
|
|
|
@1236
|
[1236]
|
02/03/07 07:00:44 |
jtv |
Fix some Visual C++ compile warnings, thanks Trigve Siver |
|
|
|
@1234
|
[1234]
|
02/03/07 06:46:03 |
jtv |
Fixes #100: disable_noticer is no longer in pqxx::internal. Thanks Trigve … |
|
|
|
@1231
|
[1231]
|
01/29/07 14:14:11 |
jtv |
Fulfills #98: Mixin base class for libpqxx exceptions. |
|
|
|
@1227
|
[1227]
|
01/20/07 02:01:17 |
jtv |
Updated copyright notice |
|
|
|
@1223
|
[1223]
|
01/07/07 09:10:24 |
jtv |
Made move()/fetch() functions pure-virtual; full test coverage |
|
|
|
@1222
|
[1222]
|
01/07/07 03:13:30 |
jtv |
Test password encryption |
|
|
|
@1208
|
[1208]
|
01/04/07 03:42:03 |
jtv |
Simulate connection failures, test in-doubt. Thanks Joshua Moore-Oliva. |
|
|
|
@1207
|
[1207]
|
01/03/07 10:20:57 |
jtv |
Guess server version if libpq can't say; keep it in connection object |
|
|
|
@1199
|
[1199]
|
12/29/06 04:40:12 |
jtv |
Removed one function too many… |
|
|
|
@1198
|
[1198]
|
12/29/06 04:37:07 |
jtv |
Hopefully fixes mysterious bug with old libpq on exec(string,string) |
|
|
|
@1195
|
[1195]
|
12/20/06 00:44:50 |
jtv |
More documentation on encrypt_password() |
|
|
|
@1194
|
[1194]
|
12/20/06 00:27:10 |
jtv |
Support password encryption, thanks tometzky |
|
|
|
@1191
|
[1191]
|
12/16/06 08:28:06 |
jtv |
More fixes for older libpq/backend |
|
|
|
@1189
|
[1189]
|
12/16/06 05:52:46 |
jtv |
Documented result_data::data, with caveat |
|
|
|
@1187
|
[1187]
|
12/16/06 05:33:36 |
jtv |
Deal better with older backends |
|
|
|
@1186
|
[1186]
|
12/14/06 22:07:58 |
jtv |
New exception classes: undefined_column and undefined_function |
|
|
|
@1185
|
[1185]
|
12/14/06 02:04:13 |
jtv |
Keep query text in result (resolves #94); some bugs fixed. Thanks Daniel … |