refactor test-connect and test-setup-database to be these two separate things (from...
[clsql.git] / tests /
2014-07-28 Russ Tyndallrefactor test-connect and test-setup-database to be...
2014-06-11 Russ Tyndallprint start and stop messages while testing (probably...
2014-06-08 Russ Tyndallfixed failing fdml test (definition of employee changed)
2014-06-08 Russ Tyndallmerged changelog
2014-04-24 Russ TyndallAdded tests for symbols valued slots, and better printe...
2014-04-23 Russ Tyndallinitial patch for symbol storage refactoring
2014-02-24 Russ Tyndallmerged ChangeLog
2014-01-30 Russ TyndallChanges to more broadly support auto-increment. new...
2014-01-08 Russ Tyndallmoved reallybigintegers to mysql only tests since that...
2014-01-07 Russ Tyndallcleaning up patches, and fixing missing pkey bugs in...
2014-01-07 Russ TyndallMerging long-long vs unsigned-long-long fixes and test...
2013-06-18 Russ Tyndallrefactored database-get-type-specifier for postgres...
2013-06-10 Russ TyndallMerged in longchar-typespecifier-fix branch
2013-06-10 Russ Tyndallfixed tests that failed because there are now 3 addresses
2012-12-05 Russ Tyndall(SEMANTIC CHANGE) update-objects-joins now simpler...
2012-12-05 Russ TyndallRefactored find-all and build-object to be more readabl...
2012-12-05 Russ Tyndallmade the datetest table have a key column so that updat...
2012-09-04 Russ Tyndallmerged current-test-results and LATEST-TEST-RESULTS...
2012-09-04 Russ TyndallAdded a current-test-results.txt file to keep track...
2012-03-27 Ryan Davismerging changelog
2012-03-27 Ryan Davisconvered orphan sql-ident-table test function to use...
2012-03-27 Ryan Davisadd 3 new syntax tests for subqueries in SELECT, UPDATE,
2012-01-06 Nathan BirdRewrote ODBC's read-data-in-chunks to handle multibyte...
2012-01-04 Russ TyndallFixed bug reported by JTK related to the not-null sql...
2011-11-28 Russ TyndallIn ODBC backend, avoid going through the common lisp...
2011-08-02 Russ Tyndalluse file-enable in tests to make it harder to get the...
2011-07-27 Russ TyndallMerge branch 'accel-2'
2011-07-04 Nathan Birdrequiring ownership isn't integral and causes it to...
2011-07-04 Nathan BirdAnother test that depends on auto-increment
2011-07-01 Russ Tyndalladded output-caching tests to ensure that the output...
2011-06-30 Nathan BirdMaking :basic/bigtext/2 a stronger test
2011-06-30 Ryan DavisSuite of new tests for connection pool operations.
2011-06-30 Ryan Davisadds another testing path that is run without any open...
2011-06-30 Russ Tyndalladd %get-int to handle type-coersion to int and use...
2011-06-30 Russ TyndallMajor rewrite of table/column name output escaping...
2011-06-30 Russ Tyndallcl-postgres-socket3 backend using cl-postgres (backing...
2011-06-20 Nathan BirdPostgres odbc returns bigint's correctly now
2011-06-20 Russ Tyndallspecify data type translation for mssql ODBC database...
2011-06-20 Russ Tyndallfixed broken oodml/select where clauses
2011-06-20 Russ Tyndallspecial cased MSSQL/ODBC limit handling in output-sql...
2011-03-30 Holger SchauerMake some oodml/update-records tests more robust. ...
2011-03-30 Holger SchauerFix broken tests for nodes datasets by adding :autoincr...
2011-03-30 Holger SchauerAdd support for :default in db constraints. make-constr...
2011-03-30 Holger Schauerds-artists: new test dataset ds-artists. clsql-tests...
2010-11-07 Kevin RosenbergNew release 5.2.0 debian-5.2.0-1 v5.2.0
2010-02-11 Nathan BirdMerge branch 'development'
2010-02-10 Nathan BirdRemoving owner reference in test :ooddl/big/1; it's...
2010-02-07 Kevin RosenbergVersion 5.0.0: International character sets support
2010-02-07 Kevin RosenbergSupport UFFI's new internationalized string capabilities.
2010-02-06 Kevin RosenbergEnsure that *print-circle* is nil for comparing output...
2010-02-06 Kevin RosenbergRemove CVS $Id$ keyword
2010-02-06 Kevin RosenbergFix symbol case for case-sensitive Allegro
2010-02-06 Kevin RosenbergTurn off benign console messages when testing on Postgres
2010-02-06 Kevin RosenbergFix some case issues for case-sensitive, modern-mode...
2010-02-05 Kevin RosenbergLoad and use test-i18n.lisp when uffi:no-i18n is not...
2010-02-04 Nathan BirdMove i18n tests to separate file until we have a better...
2010-02-04 Kevin RosenbergRemove spurious character
2010-02-04 Kevin RosenbergUse lower case symbols for compatibility with "modern...
2010-02-03 Nathan Bird2 tests for sending non multibyte characters to the...
2010-02-03 Nathan BirdAdding some tests for sending large strings to and...
2010-02-03 Kevin RosenbergAdd *test-report-width* variable. Word-wrap skipped...
2010-02-03 Kevin RosenbergAllow skipped test name field width to be as narrow...
2010-02-03 Nathan BirdAdding a test that is just micro-seconds for sqlserver...
2010-02-03 Nathan BirdTime printing bugfixes- Use a #\T to separate date...
2010-02-03 Kevin RosenbergEnsure report column is wide enough for longest test...
2010-02-03 Kevin RosenbergShorten skipped test reasons
2010-02-02 Russ Tyndallrewrite asserts in pg time tests into standard rt parlance
2010-02-02 Nathan BirdAdding a bunch of straight parse-timestring tests.
2010-02-02 Nathan BirdUse fddl on cross-platform test to try to work for...
2010-02-02 Nathan BirdTime test tweaks, mostly readability.
2010-02-01 Nathan BirdTests for time printing and retrieving
2010-02-01 Russ Tyndallmade run-tests take a :suites arg
2010-02-01 Nathan BirdMarking :connection/query-command as mysql only for...
2010-02-01 Russ Tyndalladded a test for setting floats to nil and back (was...
2010-02-01 Nathan BirdAdding new connection tests that are the simplest query...
2010-01-29 Nathan BirdMerge commit 'origin/master' into development
2010-01-29 Nathan BirdMerge commit 'master' into development
2010-01-29 Kevin RosenbergImprove formatting skipped-test messages. Fix symbol...
2010-01-29 Kevin RosenbergImprove skipped tests reason messages
2010-01-29 Kevin RosenbergChange from British normalised spelling
2010-01-27 Russ Tyndalladded a skip this test restart on with-dataset
2010-01-26 Russ Tyndalladded syntax/logical tests to check nested logical...
2010-01-26 Nathan BirdAdding another attributes test that highlights a fault...
2010-01-26 Nathan BirdAdding more owner tests, and removing references to...
2010-01-26 Nathan BirdBind *test-database-user* correctly for odbc.
2010-01-26 Nathan BirdChanged ds-fddl to use fddl for table creation.
2010-01-26 Nathan BirdPrint the error in a useful format.
2010-01-26 Nathan BirdWrite the database name in the report banner. This...
2010-01-20 Kevin RosenbergMerge branch 'dataset-refactoring' of git://github... debian-4.3.0-1 v4.3.0
2010-01-19 Nathan BirdFixing benchmarks that depend on the *ds-employees...
2010-01-18 Nathan BirdMarking tests that depend on the ds-nodes dataset as...
2010-01-18 Nathan BirdGot everything running under mysql; I think all the...
2010-01-18 Nathan BirdGot test-fdml using the employees dataset.
2010-01-18 Nathan BirdMoving object data out of init into separate files...
2010-01-18 Nathan Birdwhitespace-cleanup
2010-01-18 Nathan BirdMoving the insert/update tests to after the select...
2010-01-18 Nathan BirdFirst working version of tests with datasets. So far...
2010-01-18 Nathan BirdFirst working edition of datasets code.
2010-01-18 Nathan BirdProposed abstraction for datasets.
2010-01-18 Nathan BirdSimplifying code in a few more tests, shouldn't be...
next