clsql.git
2010-03-21 Kevin RosenbergFix DO-QUERY to actually return the last value of body
2010-03-03 Nathan BirdThis function now takes an encoding argument, pass...
2010-03-03 Nathan BirdRestoring &optional lambda-list flag that looks to...
2010-03-03 Nathan BirdCheck for *db-pool-max-free-connections* being nil...
2010-03-03 Nathan BirdNew builds of the documentation
2010-03-03 Nathan BirdAdding new doc section on db-pool-max-free-connections...
2010-03-02 Nathan BirdMerge branch 'master' into development
2010-03-02 Nathan BirdMerge branch 'connection-pool-fix'
2010-03-02 Nathan BirdUpdating ChangeLog
2010-03-02 Nathan BirdREADME: adding info about build targets
2010-03-02 Nathan Birdwhitespace-cleanup
2010-03-02 Nathan BirdFixing docbook xml schema errors in the documentation.
2010-03-02 Nathan BirdFinishing doc for file-enable-sql-reader-syntax, adding...
2010-03-02 Nathan BirdStarting a README for how to build the doc
2010-03-02 Nathan BirdBuilding doc: recognize ubuntu as being a stand in...
2010-03-02 Nathan BirdFirst draft at doc for file-enable-sql-reader-syntax
2010-03-02 Nathan BirdIf updating an instance from the database and we found...
2010-03-02 Nathan BirdAdding an oodml read-sql-value case for double-float
2010-03-02 Nathan BirdGuard against already converted values in read-sql...
2010-03-02 Nathan Birdnew syntax macro (FILE-ENABLE-SQL-READER-SYNTAX)
2010-03-02 Nathan BirdAdding some TODO notes about potential race conditions.
2010-03-02 Nathan BirdModified pool.lisp:acquire-from-conn-pool to perform...
2010-03-02 Kevin RosenbergRemove spurious enumeration
2010-03-02 Kevin RosenbergRemove spurious enumeration
2010-02-17 Kevin RosenbergAutomated commit for upstream build of version 5.0.4 debian-5.0.4-1 v5.0.4
2010-02-17 Kevin RosenbergVersion 5.0.4
2010-02-16 Kevin RosenbergMySQL options parameter fix and documentation
2010-02-15 Kevin RosenbergCheck parse of MySQL options
2010-02-15 Kevin RosenbergFix minor makefile errors
2010-02-15 Kevin RosenbergAdded support for MySQL options
2010-02-11 Kevin RosenbergVersion 5.0.3: Full foreign string internationalization... debian-5.0.3-1 v5.0.3
2010-02-11 Kevin RosenbergFurther internationalization.
2010-02-11 Nathan BirdChangelog update: mssql 'date support.
2010-02-11 Nathan BirdMerge branch 'development'
2010-02-11 Kevin RosenbergSupport Snow Leopard by generating universal (x86_64...
2010-02-10 Nathan BirdRemoving owner reference in test :ooddl/big/1; it's...
2010-02-10 Nathan BirdOn MSSQL < 2008 there is no timestamp (the default...
2010-02-10 Nathan BirdUpdating uffi:foreign-encoded-string-octets->uffi:forei...
2010-02-08 Kevin RosenbergVersion 5.0.2: Add missing slot accessor, make defgener... debian-5.0.2-1 v5.0.2
2010-02-08 Kevin RosenbergVersion 5.0.1: Add encoding slot to database object debian-5.0.1-1 v5.0.1
2010-02-07 Kevin RosenbergAutomated commit for debian release 5.0.0-1 debian-5.0.0-1
2010-02-07 Kevin RosenbergAutomated commit for upstream build of version 5.0.0 v5.0.0
2010-02-07 Kevin RosenbergVersion 5.0.0: International character sets support
2010-02-07 Kevin RosenbergAdd changes for internationalized strings missed on...
2010-02-07 Kevin RosenbergSupport UFFI's new internationalized string capabilities.
2010-02-06 Kevin RosenbergEnsure reasonable lisp type for slot in compute-lisp...
2010-02-06 Kevin RosenbergEnsure that *print-circle* is nil for comparing output...
2010-02-06 Kevin RosenbergAdd Mac OS X dylib files to .gitignore
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
next