root/trunk/NEWS


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1501 [1501] 01/03/09 03:32:37 jtv Support querying of thread-safety information.
(edit) @1487 [1487] 12/31/08 06:01:39 jtv Put string conversion in a module of its own.
(edit) @1477 [1477] 12/26/08 07:30:37 jtv Removed caching of binarystring::str(); class is immutable now.
(edit) @1474 [1474] 12/20/08 10:42:33 jtv Use shared_ptr if available.
(edit) @1464 [1464] 12/13/08 16:34:32 jtv Added support for read-only transactions.
(edit) @1461 [1461] 12/08/08 01:55:49 jtv Fixed Solaris 'make' breakage, thanks Doug.
(edit) @1458 [1458] 11/02/08 22:04:52 jtv Also update NEWS file with new version.
(edit) @1451 [1451] 11/02/08 08:12:03 jtv Still making change from '3.0.0' to '3.0'
(edit) @1436 [1436] 11/01/08 23:55:58 jtv Setting up for 3.0 release.
(edit) @1430 [1430] 10/30/08 23:42:32 jtv Exposed tablewriter.get_raw_line(); now supports direct …
(edit) @1413 [1413] 10/12/08 04:02:17 jtv Preparation for 3.0
(edit) @1402 [1402] 10/09/08 02:42:16 jtv pipeline now has a cancel_query() funtion.
(edit) @1349 [1349] 07/17/08 10:57:42 jtv Added quoting functions.
(edit) @1341 [1341] 06/15/08 06:41:46 jtv Detach pipeline after flush() or complete(). Fixes #50.
(edit) @1335 [1335] 06/05/08 16:04:27 jtv More distance() workarounds.
(edit) @1328 [1328] 05/26/08 15:21:13 jtv Support floating-point infinities. Fixes #54.
(edit) @1327 [1327] 05/26/08 13:35:01 jtv Moved builtin to_string/from_string specializations into traits class. …
(edit) @1318 [1318] 04/27/08 12:52:16 jtv g++ 4.3 fixes
(edit) @1317 [1317] 04/27/08 03:25:41 jtv Some more test changes.
(edit) @1291 [1291] 04/14/08 05:30:45 jtv At last: new cursor API!
(edit) @1286 [1286] 11/12/07 18:48:39 jtv More detailed hierarchy for constraint errors, thanks Peter Geoghegan
(edit) @1273 [1273] 08/10/07 10:50:27 jtv Use full precision in floating-point types, thanks Denis Dzyubenko
(edit) @1268 [1268] 07/14/07 02:30:34 jtv Cursor uses signed difference_type instead of unsigned size_type for …
(edit) @1265 [1265] 07/12/07 10:01:04 jtv Fixed escaping of non-text characters in TableWriter?, thanks Peter …
(edit) @1260 [1260] 06/03/07 04:00:43 jtv Changed site hostname from thaiopensource.org to pqxx.org
(edit) @1259 [1259] 05/20/07 06:50:11 jtv Going for 3.0.0
(edit) @1258 [1258] 05/20/07 06:49:30 jtv Renamed trigger to notify_listener; going for 3.0.0
(edit) @1255 [1255] 05/11/07 10:38:10 jtv More helpful error messages on failed connections, thanks JuJu?
(edit) @1251 [1251] 05/03/07 03:38:55 jtv Fixed #108: db constraint name clash between users's robusttransactions
(edit) @1249 [1249] 04/06/07 02:50:29 jtv Fixed lifetime bug in prepared statement names, thanks John Mudd
(edit) @1248 [1248] 04/02/07 09:50:29 jtv Missing include, thanks Martin Michlmayr
(edit) @1243 [1243] 02/08/07 06:56:19 jtv Keep track of applicable encodings in connections and results
(edit) @1240 [1240] 02/07/07 02:52:05 jtv Use strlcpy() where available, instead of strncpy()
(edit) @1235 [1235] 02/03/07 06:48:44 jtv Fixes #101, thanks Trigve Siver
(edit) @1232 [1232] 01/29/07 14:22:01 jtv Moving on towards 2.6.10
(edit) @1222 [1222] 01/07/07 03:13:30 jtv Test password encryption
(edit) @1208 [1208] 01/04/07 03:42:03 jtv Simulate connection failures, test in-doubt. Thanks Joshua Moore-Oliva.
(edit) @1207 [1207] 01/03/07 10:20:57 jtv Guess server version if libpq can't say; keep it in connection object
(edit) @1206 [1206] 01/03/07 08:36:12 jtv Prepared statements didn't work when using new libpq with old backend
(edit) @1202 [1202] 01/03/07 06:12:15 jtv Some errors went unnoticed with some older libpq versions (7.4)
(edit) @1190 [1190] 12/16/06 05:59:25 jtv New test script tests against all available frontends & backends
(edit) @1185 [1185] 12/14/06 02:04:13 jtv Keep query text in result (resolves #94); some bugs fixed. Thanks Daniel …
(edit) @1178 [1178] 10/31/06 08:13:09 jtv Still add trigger even in connection is null, thanks Markus Schmidleitner
(edit) @1177 [1177] 10/23/06 11:11:07 jtv Fixes based on full version-matrix test suite
(edit) @1164 [1164] 10/08/06 13:24:19 jtv Removed now-unnecessary variable
(edit) @1161 [1161] 09/30/06 05:45:38 jtv Support for "long long" types. Fixes #84.
(edit) @1156 [1156] 09/24/06 12:01:30 jtv Fixes invalid iterator when closing triggers, thanks Xiaofeng Zhao & Bart …
(edit) @1151 [1151] 09/13/06 04:41:24 jtv --
(edit) @1150 [1150] 09/13/06 04:34:03 jtv Retired 1.x API (fixes #30)
(edit) @1145 [1145] 09/12/06 00:53:36 jtv When using Visual C++, create lib directory if needed. Thanks …
(edit) @1144 [1144] 09/08/06 03:13:20 jtv Allow explicit preparation of statements, thanks theo@crazygreek.co.uk
(edit) @1141 [1141] 09/07/06 02:04:43 jtv Check PQprepare() return value, thanks theo@crazygreek.co.uk. Fixes #77.
(edit) @1137 [1137] 08/31/06 10:59:07 jtv Got absolute_cursor class working, I think
(edit) @1133 [1133] 08/29/06 09:25:21 jtv Binary args to prepared statements got truncated at 0--thanks Lumir Vanek
(edit) @1123 [1123] 08/13/06 23:22:25 jtv Resolved Doxygen problems; new exception class undefined_table; …
(edit) @1114 [1114] 08/09/06 07:32:09 jtv Provide server and protocol version information
(edit) @1111 [1111] 08/04/06 09:20:02 jtv Use poll() instead of select() if available, thanks Bruno Corsi dos Santos
(edit) @1110 [1110] 07/29/06 01:26:54 jtv Deprecated pqxx-config is now a wrapper around pkg-config; thanks Roger …
(edit) @1107 [1107] 07/21/06 12:28:45 jtv New, more specific exception types
(edit) @1104 [1104] 07/01/06 09:07:00 jtv Work around problems with BSD mktemp
(edit) @1100 [1100] 06/21/06 11:58:17 jtv Fixed socket library linking on MinGW (thanks Jason Sheets)
(edit) @1098 [1098] 06/18/06 12:45:07 jtv Make Windows "make" work from main source directory instead of win32/
(edit) @1095 [1095] 06/10/06 12:32:27 jtv Patch for socket library detection with MinGW--thanks tometzky!
(edit) @1090 [1090] 06/07/06 13:05:23 jtv Revamped grep workaround code to deal with latest -w -F bug
(edit) @1089 [1089] 06/01/06 23:44:22 jtv Replaced escape_binary() with transaction_base::esc_raw()
(edit) @1068 [1068] 05/27/06 04:59:27 jtv New, encoding-safe string-escaping functions
(edit) @1067 [1067] 05/26/06 11:14:29 jtv Allow upper-case letters in prepared-statement names
(edit) @1058 [1058] 05/14/06 01:35:26 jtv Moved test/Makefile.am over to new templating system. No more Perl!
(edit) @1051 [1051] 05/13/06 12:02:09 jtv Fix for nasty bug in notice processor handling (Bart Samwel)
(edit) @1046 [1046] 05/13/06 10:35:56 jtv Visual C++ has vsnprintf(), thanks Bart Samwel
(edit) @1034 [1034] 03/06/06 12:52:00 jtv Hopefully fixes MinGW link problems
(edit) @1030 [1030] 03/06/06 09:13:19 jtv Many more Windows/Visual C++ improvements (Bart Samwel, Alexandre Hanft)
(edit) @1027 [1027] 03/05/06 06:25:58 jtv Fixed prepared-statement bug that emerges on Visual C++ (thanks Bart …
(edit) @1026 [1026] 03/04/06 13:56:04 jtv New header system to suppress bad Visual C++ warnings
(edit) @1017 [1017] 03/04/06 07:04:39 jtv Massive improvemenst, thanks largely to Bart Samwel
(edit) @1008 [1008] 03/03/06 01:34:28 jtv Big set of Visual C++ fixes and workarounds by Bart Samwel
(edit) @1007 [1007] 02/26/06 11:36:07 jtv --
(edit) @1005 [1005] 02/23/06 07:04:00 jtv Fixed detection of Windows socket library, thanks Allysson Costa
(edit) @1001 [1001] 02/17/06 12:07:28 jtv Reviewed reference documentation
(edit) @996 [996] 02/11/06 03:52:18 jtv Fixed includes for Cygwin
(edit) @995 [995] 02/11/06 03:39:59 jtv Many fixes to configure script; obviate socket library option in LDFLAGS!
(edit) @985 [985] 01/09/06 05:45:55 jtv --
(edit) @981 [981] 01/07/06 13:15:13 jtv Redid prepared statements handling
(edit) @969 [969] 12/30/05 09:16:04 jtv Moved development site
(edit) @966 [966] 12/30/05 07:30:56 jtv Refactored connection hierarchy
(copy) @957 [957] 12/26/05 05:23:46 jtv Cleaning up directory structure after conversion from CVS
copied from trunk/libpqxx/NEWS:
(edit) @955 [955] 12/14/05 21:43:13 jtv Serious encoding bug in sqlesc(string), thanks tometzky@batory.org.pl
Note: See TracRevisionLog for help on using the revision log.