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