root/trunk/test

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @1664 [1664] 4 weeks jtv Added quote() for binarystring.
(edit) @1661 [1661] 5 weeks jtv E'...' escape string syntax was new in 8.2 backends.
(edit) @1660 [1660] 5 weeks jtv Lots more testing. Support 9.0 hex-escaping on pre-7.4 libpq.
(edit) @1659 [1659] 5 weeks jtv Adding binarystring test at last.
(edit) @1658 [1658] 5 weeks jtv Tiny cleanup.
(edit) @1657 [1657] 5 weeks jtv Separate nul-byte test from other binary-data test.
(edit) @1655 [1655] 6 weeks jtv Skip test of enum correspondence if libpq doesn't define the enum.
(edit) @1652 [1652] 6 weeks jtv Peter Geoghegan's error-verbosity patch.
(edit) @1651 [1651] 4 months jtv Remove config headers as part of distclean. Fixes #201.
(edit) @1634 [1634] 6 months jtv Added empty(), and warning about empty slices.
(edit) @1623 [1623] 6 months jtv More work on getting requirements for ./configure into the repo.
(edit) @1621 [1621] 6 months jtv Test column names in slices.
(edit) @1619 [1619] 6 months jtv Daniel Frey's implementation of slicing for result tuples. Thanks …
(edit) @1618 [1618] 6 months jtv Still cleaning up.
(edit) @1616 [1616] 6 months jtv Also need Makefile.am.
(edit) @1607 [1607] 6 months jtv Adding Makefile.in as well.
(edit) @1606 [1606] 6 months jtv Adding Makefile.in as well.
(edit) @1592 [1592] 10 months jtv Don't pass connections to test functions. Fixes #198.
(edit) @1591 [1591] 10 months jtv Support parameterized statements. Thanks Trigve Siver.
(edit) @1584 [1584] 11 months jtv Create test connections only when running.
(edit) @1583 [1583] 11 months jtv Gave up on testing cancel_query beyond it not segfaulting.
(edit) @1582 [1582] 11 months jtv Don't bother with this test on 7.x backends.
(edit) @1581 [1581] 11 months jtv Hopefully fixed compile warning.
(edit) @1580 [1580] 11 months jtv The old PQcancelRequest fails the cancel test.
(edit) @1578 [1578] 11 months jtv Always (re-)prepare the unnamed statement before use, thanks Trigve Siver …
(edit) @1576 [1576] 11 months jtv Test for cancel_query.
(edit) @1563 [1563] 12 months jtv Small improvements.
(edit) @1553 [1553] 13 months jtv Bugfix in unnamed prepared statement: it kept using its first definition.
(edit) @1532 [1532] 13 months jtv New system of gate classes to manage friendships.
(edit) @1530 [1530] 13 months jtv New capability for varargs in prepared statements. Skip varargs test if …
(edit) @1523 [1523] 14 months jtv Example of column lists in tablestreams. Fixes #185. Thanks Robert …
(edit) @1518 [1518] 15 months jtv Support for unnamed prepared statement.
(edit) @1516 [1516] 15 months jtv Documented and tested binary prepared-statement parameters, thanks Michael …
(edit) @1514 [1514] 16 months jtv Query existence of prepared statement; prepared-statement varargs.
(edit) @1513 [1513] 17 months jtv Cosmetic.
(edit) @1501 [1501] 19 months jtv Support querying of thread-safety information.
(edit) @1493 [1493] 19 months jtv Added some includes that might be missing, some more documentation.
(edit) @1484 [1484] 19 months jtv Use read-write transaction if backend is too old for read-only …
(edit) @1483 [1483] 19 months jtv Deal more gracefully with backends that don't support read transactions.
(edit) @1472 [1472] 20 months jtv Compile fix
(edit) @1471 [1471] 20 months jtv Don't test for read-only enforcement on 7.x backends; makes the test …
(edit) @1470 [1470] 20 months jtv Fixed mistake in test code.
(edit) @1464 [1464] 20 months jtv Added support for read-only transactions.
(edit) @1462 [1462] 20 months jtv check_bounds failure message now prints violated boundary value.
(edit) @1432 [1432] 21 months jackyf Added includes for 'make check' (when building i non-standard build …
(edit) @1430 [1430] 21 months jtv Exposed tablewriter.get_raw_line(); now supports direct …
(edit) @1417 [1417] 22 months jackyf Fixed g++ 4.3 warning in test/unit/test_prepared_statement.cxx on 64-bit …
(edit) @1415 [1415] 22 months jtv Fixed warnings with g++ 4.3, thanks Eugene V. Lyubimkin
(edit) @1412 [1412] 22 months jtv Another test fix for old backends.
(edit) @1411 [1411] 22 months jtv Unsupported feature is no longer treated as a test failure.
(edit) @1410 [1410] 22 months jtv Silly fix to previous fix.
(edit) @1409 [1409] 22 months jtv Fixed test failure on old backends that need test workaround.
(edit) @1403 [1403] 22 months jtv Make one test failure slightly easier to diagnose.
(edit) @1402 [1402] 22 months jtv pipeline now has a cancel_query() funtion.
(edit) @1400 [1400] 22 months jtv Moved reporting of expected exceptions from direct cout to test_main.
(edit) @1399 [1399] 22 months jtv Fewer includes, less noise in tests.
(edit) @1398 [1398] 22 months jtv Moved even more to test_main
(edit) @1397 [1397] 22 months jtv Moved more helper definitions to test_main.
(edit) @1396 [1396] 22 months jtv const
(edit) @1395 [1395] 22 months jtv Test runners check for failure.
(edit) @1394 [1394] 22 months jtv Moved test main() into header of its own. No longer uses macro magic.
(edit) @1388 [1388] 2 years jtv Ensure transaction is open before executing prepared statement, thanks …
(edit) @1385 [1385] 2 years jtv Fixed nested-template bracketing, thanks Bjorn Munch.
(edit) @1384 [1384] 2 years jtv Test build fix.
(edit) @1383 [1383] 2 years jtv More test build failures that some gcc don't complain about.
(edit) @1382 [1382] 2 years jtv Fixed test failure; only seems to bother older gcc for some reason.
(edit) @1380 [1380] 2 years jtv Replaced all throws with test helpers.
(edit) @1379 [1379] 2 years jtv Run all tests in directory as single program.
(edit) @1378 [1378] 2 years jtv Converted all tests to test framework.
(edit) @1377 [1377] 2 years jtv More test framework migration.
(edit) @1376 [1376] 2 years jtv Converted more tests to test framework; further framework improvements.
(edit) @1375 [1375] 2 years jtv More work on test framework.
(edit) @1374 [1374] 2 years jtv Standard main() macro for tests, so later we can run all tests in one …
(edit) @1372 [1372] 2 years jtv More work on test helpers.
(edit) @1371 [1371] 2 years jtv Made another test use TestCase::run()
(edit) @1370 [1370] 2 years jtv More test framework improvements.
(edit) @1368 [1368] 2 years jtv Test helpers cleanup.
(edit) @1367 [1367] 2 years jtv Converted test 009 to test framework.
(edit) @1364 [1364] 2 years jtv Converted test008 to test framework.
(edit) @1363 [1363] 2 years jtv Moved string_traits<result> to test helpers for reuse.
(edit) @1361 [1361] 2 years jtv Converted more tests to test framework.
(edit) @1360 [1360] 2 years jtv Converted test to test framework.
(edit) @1359 [1359] 2 years jtv Converted more tests to test framework.
(edit) @1358 [1358] 2 years jtv Fixed serious bug in PQXX_CHECK_THROWS
(edit) @1357 [1357] 2 years jtv Converted test092 to use test helpers.
(edit) @1356 [1356] 2 years jtv Tweaked last-ditch escaping function a bit.
(edit) @1355 [1355] 2 years jtv Converted test001 to test helpers.
(edit) @1354 [1354] 2 years jtv Made test000 use test helpers.
(edit) @1349 [1349] 2 years jtv Added quoting functions.
(edit) @1345 [1345] 2 years jtv Test against two nontransactions being allowed at the same time.
(edit) @1344 [1344] 2 years jtv More robust workaround for missing std::distance(), doesn't conflict if …
(edit) @1341 [1341] 2 years jtv Detach pipeline after flush() or complete(). Fixes #50.
(edit) @1337 [1337] 2 years jtv Put compiler-internal include in a better place.
(edit) @1336 [1336] 2 years jtv Oops, missing return.
(edit) @1335 [1335] 2 years jtv More distance() workarounds.
(edit) @1333 [1333] 2 years jtv Proper traits-based string conversions, thanks Daniel Frey.
(edit) @1328 [1328] 2 years jtv Support floating-point infinities. Fixes #54.
(edit) @1317 [1317] 2 years jtv Some more test changes.
(edit) @1312 [1312] 2 years jtv WITH HOLD cursors require backend 7.4 or better
(edit) @1311 [1311] 2 years jtv Compile fix
Note: See TracRevisionLog for help on using the revision log.