clsql.git
2010-02-06 Kevin RosenbergRemove CVS $Id$ keyword
2010-02-06 Kevin RosenbergFix symbol case for case-sensitive Allegro
2010-02-06 Kevin RosenbergEnsure that uffi system is loaded before reading defsystem
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-05 Kevin RosenbergAdd OpenMCL support for #\no-break_space
2010-02-05 Kevin RosenbergComment that CMUCL errors when reading #\no-break_space
2010-02-05 Kevin RosenbergConditionalize read of #\no-break_space for non-unicode...
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 Nathan BirdIn ODBC time conversion take into account the fraction...
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 Russ TyndallFixed bugs in iso-timestring regarding printing microse...
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 BirdReduce code duplication in mysql backend.
2010-02-01 Nathan BirdMysql shouldn't segfault in database-query when running...
2010-02-01 Nathan BirdAdding new connection tests that are the simplest query...
2010-02-01 Nathan BirdUpdating logic for odbc database-list-{tables,views...
2010-01-29 Kevin Rosenbergmerge from master
2010-01-29 Kevin RosenbergVersion 4.3.3 release debian-4.3.3-1 v4.3.3
2010-01-29 Kevin RosenbergNew file clsql-cffi.asd
2010-01-29 Kevin RosenbergNew file clsql-cffi.asd
2010-01-29 Kevin Rosenbergcleanup *.asd files
2010-01-29 Kevin Rosenbergcleanup *.asd files
2010-01-29 Kevin RosenbergChangeLog line-length formatting
2010-01-29 Nathan BirdUsing the new clsql-sys::+whitespace-chars+ param.
2010-01-29 Nathan BirdUpdating the changelog with some of what's changed.
2010-01-29 Nathan BirdAdding myself to the contributors file.
2010-01-29 Nathan BirdMerge commit 'origin/master' into development
2010-01-29 Kevin RosenbergAdd implementation-specific +whitespace-chars+ variable
2010-01-29 Nathan BirdMerge commit 'master' into development
2010-01-29 Kevin RosenbergConditionalize #\no-break-space for lispworks
2010-01-29 Kevin RosenbergIgnore 64-bit named shared library file
2010-01-29 Kevin RosenbergAdd missing defgeneric declaration
2010-01-29 Kevin RosenbergImprove formatting skipped-test messages. Fix symbol...
2010-01-29 Kevin RosenbergImprove skipped tests reason messages
2010-01-29 Kevin RosenbergFix for UPDATE-RECORD-FROM-SLOTS for normalized view...
2010-01-29 Kevin Rosenbergfix spelling of no-break-space
2010-01-29 Kevin Rosenbergpublish new release debian-4.3.2-1 v4.3.2
2010-01-29 Kevin RosenbergChange from British normalised spelling
2010-01-28 Kevin RosenbergSupport for 64-bit Fedora 11/12
2010-01-28 Kevin RosenbergEnsure that Lispworks 6 lock is sharing-mode. debian-4.3.1-1 v4.3.1
2010-01-27 Russ Tyndalladded a skip this test restart on with-dataset
2010-01-26 Nathan Birdin output-sql (sql-relational-exp)-> made it not output...
2010-01-26 Russ Tyndalladded syntax/logical tests to check nested logical...
2010-01-26 Russ Tyndallfixed a bug in parsing column types from sqlite3 databa...
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-20 Kevin Rosenbergnew version
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 BirdAdding db-type-has-auto-increment
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...
2010-01-18 Nathan BirdAdding 3 new tests that show the update-record-from...
2010-01-18 Nathan BirdFurther textual condensing on oodml/update-records...
2010-01-18 Nathan BirdUpdating :oodml/update-records/4 through /9.
2010-01-18 Nathan BirdAdding *.fasl to the .gitignore.
2010-01-07 Kevin Rosenbergcompiles on lispworks 6
2009-12-11 Kevin RosenbergVersion 4.2.0 release, new manuals built debian-4.2.0-1 v4.2.0
2009-12-10 Kevin RosenbergAdd normalized view classes
2009-12-10 Kevin RosenbergFix to SYNTAX-PARSE-ISO-8601 to parse fractions of...
2009-12-10 Kevin RosenbergFix for time.lisp's roll function
2009-11-12 Kevin Rosenbergavoid errors if 32-bit build fails on 64-bit system v4.1.2
2009-11-12 Kevin Rosenbergavoid errors if 32-bit build fails on 64-bit system
2009-11-12 Kevin Rosenbergignore build errors for 32-bit libraries on Linux x64 debian-4.1.2-1
2009-11-12 Kevin RosenbergVersion 4.1.2 - Build improvments
2009-09-04 Kevin RosenbergAutomated commit for upstream build of version 4.1.1 debian-4.1.1-1 v4.1.1
2009-09-04 Kevin RosenbergNew documentation files
2009-09-04 Kevin RosenbergNew release 4.1.1
2009-09-04 Kevin RosenbergRework initialize-instance for view-class-direct-slot...
2009-09-04 Kevin RosenbergUse :verbose nil for asdf:operate invocation
next