clsql.git
19 years agor9882: Add optional size to VARCHAR type
Kevin M. Rosenberg [Sun, 15 Aug 2004 09:10:37 +0000 (09:10 +0000)]
r9882: Add optional size to VARCHAR type

19 years agor9874: 14 Aug 2004 Kevin Rosenberg <kevin@rosenberg.net>
Kevin M. Rosenberg [Sat, 14 Aug 2004 16:36:17 +0000 (16:36 +0000)]
r9874: 14 Aug 2004 Kevin Rosenberg <kevin@rosenberg.net>
        * TODO: Add bug report about SQL generation with a table
        containing two join slots.

19 years agor9835: Automated commit for Debian build of clsql upstream-version-3.0.0
Kevin M. Rosenberg [Tue, 3 Aug 2004 07:59:16 +0000 (07:59 +0000)]
r9835: Automated commit for Debian build of clsql upstream-version-3.0.0

19 years agor9834: add tag
Kevin M. Rosenberg [Tue, 3 Aug 2004 07:58:50 +0000 (07:58 +0000)]
r9834: add tag

19 years agor9833: update for 3.0.0
Kevin M. Rosenberg [Tue, 3 Aug 2004 07:57:36 +0000 (07:57 +0000)]
r9833: update for 3.0.0

19 years agor9832: * sql/expressions.lisp: Change declaration that
Kevin M. Rosenberg [Tue, 3 Aug 2004 07:57:08 +0000 (07:57 +0000)]
r9832:         * sql/expressions.lisp: Change declaration that
        caused error on openmcl

19 years agor9831: * db-aodbc/aodbc-sql.lisp: Fix storage location
Kevin M. Rosenberg [Tue, 3 Aug 2004 06:27:00 +0000 (06:27 +0000)]
r9831:        * db-aodbc/aodbc-sql.lisp: Fix storage location
        of odbc connection. Specialize database-query since
        dbi's :types keyword is different than generic-odbc's
        :result-types keyword
        * sql/db-interface.lisp: Add warnings for methods
        not specialized by a db backends
        * tests/test-fddl.lisp: Fix case of symbols to support
        case-sensitive Allegro
        * db-oracle/oracle-sql.lisp: Rework errbuf in handle-oci-error
        * tests/test-init.lisp: Note that odbc driver for postgresql
        doesn't properly handle table ownership

19 years agor9826: * sql/expressions.lisp: conditionalise escaping of backslash in
Marcus Pearce [Sun, 1 Aug 2004 22:47:19 +0000 (22:47 +0000)]
r9826:  * sql/expressions.lisp: conditionalise escaping of backslash in
generated SQL strings on backend.
* tests/test-fdml.lisp: test for escaping of backslash.
* sql/oodml.lisp: minor tidying in FIND-ALL.

19 years agor9813: 26 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
Kevin M. Rosenberg [Tue, 27 Jul 2004 02:56:04 +0000 (02:56 +0000)]
r9813: 26 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
        * NEWS: Initial 3.0 announcement draft
        * README: Expand acknowledgements of incorporated projects
        * CONTRIBUTORS: Further document Marcus Pearce contributions

19 years agor9812: * tests/test-oodml.lisp: update tests for updating records with floats.
Marcus Pearce [Fri, 23 Jul 2004 21:19:49 +0000 (21:19 +0000)]
r9812: * tests/test-oodml.lisp: update tests for updating records with floats.

19 years agor9811: * sql/oodml.lisp: add DATABASE-OUTPUT-SQL-AS-TYPE method specialisation
Marcus Pearce [Fri, 23 Jul 2004 15:43:34 +0000 (15:43 +0000)]
r9811:  * sql/oodml.lisp: add DATABASE-OUTPUT-SQL-AS-TYPE method specialisation
to print floats with the exponent markers removed.
* sql/test-oodml.lisp: add tests for updating records with floats.

19 years agor9809: Changelog entry for previous commit.
Marcus Pearce [Wed, 21 Jul 2004 17:00:05 +0000 (17:00 +0000)]
r9809: Changelog entry for previous commit.

19 years agor9808: * db-oracle/oracle-sql.lisp: enable :OWNER :ALL in DATABASE-LIST-* for
Marcus Pearce [Wed, 21 Jul 2004 16:29:03 +0000 (16:29 +0000)]
r9808:  * db-oracle/oracle-sql.lisp: enable :OWNER :ALL in DATABASE-LIST-* for
CommonSQL compatibility.
* tests/test-init.lisp: skip test :FDDL/TABLE/6 on Oracle since
this column constraint syntax is not supported.
* tests/test-fddl.lisp: change column indexed in test :FDDL/INDEXES/2
from EMPLID to LAST_NAME since Oracle complains that EMPLID is already
indexed.

19 years agor9804: * doc/ref-ooddl.xml: minor changes to syntax and examples entries
Marcus Pearce [Sat, 17 Jul 2004 16:57:25 +0000 (16:57 +0000)]
r9804:         * doc/ref-ooddl.xml: minor changes to syntax and examples entries
        for uniformity.
        * doc/ref-oodml.xml: add examples for OODML.
        * sql/oodml.lisp: ensure SELECT passes on its REFRESH argument
        to FIND-ALL.
        * sql/metaclasses.lisp: update docstrings.
        * tests/test-init.lisp: change :db-constraints for emplid to
        (:not-null :unique) as a temporary test for multiple column
        constraints in DEF-VIEW-CLASS.
        * tests/test-oodml.lisp: add tests for *DB-AUTO-SYNC* and
        return type of (SETF SLOT-VALUE-USING-CLASS).

19 years agor9803: Remove items done from TODO files.
Marcus Pearce [Sat, 17 Jul 2004 16:52:52 +0000 (16:52 +0000)]
r9803: Remove items done from TODO files.

19 years agor9802: Add test for CACHE-TABLE-QUERIES.
Marcus Pearce [Sat, 17 Jul 2004 16:51:05 +0000 (16:51 +0000)]
r9802: Add test for CACHE-TABLE-QUERIES.

19 years agor9801: Add documentation and tests for CACHE-TABLE-QUERIES.
Marcus Pearce [Sat, 17 Jul 2004 16:49:22 +0000 (16:49 +0000)]
r9801: Add documentation and tests for CACHE-TABLE-QUERIES.

19 years agor9797: * sql/oodml.lisp: on Lispworks, use weak valued hash tables for
Marcus Pearce [Fri, 16 Jul 2004 14:51:39 +0000 (14:51 +0000)]
r9797:         * sql/oodml.lisp: on Lispworks, use weak valued hash tables for
        object caching.
        * sql/expressions.lisp: Fix SQL generation for the symbol NIL.

19 years agor9796: * sql/expressions.lisp: reactivate caching of generated SQL
Marcus Pearce [Fri, 16 Jul 2004 12:00:15 +0000 (12:00 +0000)]
r9796:         * sql/expressions.lisp: reactivate caching of generated SQL
        strings.
        Move methods for DATABASE-OUTPUT-SQL, OUTPUT-SQL and SQL-HASH-KEY
        here from sql/fdml.lisp. Rationalise behaviour of SQL-OUTPUT,
        OUTPUT-SQL and DATABASE-OUTPUT-SQL.
        * sql/fdml.lisp: remove disabled method ADD-STORAGE-CLASS. Move
        methods for DATABASE-OUTPUT-SQL, OUTPUT-SQL and SQL-HASH-KEY to
        sql/expressions.lisp.
        * sql/ooddl.lisp: replace call to DATABASE-OUTPUT-SQL in
        DATABASE-PKEY-CONSTRAINT with call to SQL-OUTPUT.
        * sql/generics.lisp: add docstrings.

19 years agor9777: 15 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
Kevin M. Rosenberg [Thu, 15 Jul 2004 15:33:22 +0000 (15:33 +0000)]
r9777: 15 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
        * Version 2.11.16
        * db-oracle/oracle-sql.lisp: Remove OpenMCL specific
        code in favor of fixing UFFI with James Bielman's patch

19 years agor9775: Automated commit for Debian build of clsql upstream-version-2.11.15
Kevin M. Rosenberg [Thu, 15 Jul 2004 03:42:50 +0000 (03:42 +0000)]
r9775: Automated commit for Debian build of clsql upstream-version-2.11.15

19 years agor9774: Automated commit for Debian build of clsql upstream-version-2.11.14
Kevin M. Rosenberg [Thu, 15 Jul 2004 03:42:13 +0000 (03:42 +0000)]
r9774: Automated commit for Debian build of clsql upstream-version-2.11.14

19 years agor9773: 14 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
Kevin M. Rosenberg [Thu, 15 Jul 2004 03:38:51 +0000 (03:38 +0000)]
r9773: 14 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
        * Version 2.11.15
        * db-oracle/oracle-sql.lisp: Apply patch for OpenMCL/OSX
        from James Bielman

19 years agor9771: Minor updates to READMEs.
Marcus Pearce [Wed, 14 Jul 2004 13:36:40 +0000 (13:36 +0000)]
r9771: Minor updates to READMEs.

19 years agor9769: 12 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
Kevin M. Rosenberg [Tue, 13 Jul 2004 16:11:44 +0000 (16:11 +0000)]
r9769: 12 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
        * db-oracle/oracle-objects.lisp: Change *default-varchar-length* to
        *default-string-length*

19 years agor9758: Add tests for syntax and fddl.
Marcus Pearce [Mon, 12 Jul 2004 23:45:58 +0000 (23:45 +0000)]
r9758: Add tests for syntax and fddl.

19 years agor9757: Fix condition in sqlite-sql
Kevin M. Rosenberg [Mon, 12 Jul 2004 22:28:07 +0000 (22:28 +0000)]
r9757: Fix condition in sqlite-sql

19 years agor9756: add tinyint type
Kevin M. Rosenberg [Mon, 12 Jul 2004 02:43:12 +0000 (02:43 +0000)]
r9756: add tinyint type

19 years agor9755: Automated commit for Debian build of clsql upstream-version-2.11.14
Kevin M. Rosenberg [Sun, 11 Jul 2004 01:26:47 +0000 (01:26 +0000)]
r9755: Automated commit for Debian build of clsql upstream-version-2.11.14

19 years agor9754: docbook files now pass xmllint verification
Kevin M. Rosenberg [Sun, 11 Jul 2004 00:50:24 +0000 (00:50 +0000)]
r9754: docbook files now pass xmllint verification

19 years agor9753: all docbook fixes done except for removing hovertext
Kevin M. Rosenberg [Sat, 10 Jul 2004 20:33:33 +0000 (20:33 +0000)]
r9753: all docbook fixes done except for removing hovertext

19 years agor9752: 10 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
Kevin M. Rosenberg [Sat, 10 Jul 2004 19:53:39 +0000 (19:53 +0000)]
r9752: 10 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
        * doc/*.xml: Midway through docbook schema fixes

19 years agor9751: additional doc
Kevin M. Rosenberg [Sat, 10 Jul 2004 12:22:24 +0000 (12:22 +0000)]
r9751: additional doc

19 years agor9750: Automated commit for Debian build of clsql upstream-version-2.11.13
Kevin M. Rosenberg [Sat, 10 Jul 2004 09:31:28 +0000 (09:31 +0000)]
r9750: Automated commit for Debian build of clsql upstream-version-2.11.13

19 years agor9749: more documentation
Kevin M. Rosenberg [Sat, 10 Jul 2004 08:54:25 +0000 (08:54 +0000)]
r9749: more documentation

19 years agor9748: Automated commit for Debian build of clsql upstream-version-2.11.13
Kevin M. Rosenberg [Sat, 10 Jul 2004 07:12:45 +0000 (07:12 +0000)]
r9748: Automated commit for Debian build of clsql upstream-version-2.11.13

19 years agor9747: Version 2.11.13
Kevin M. Rosenberg [Sat, 10 Jul 2004 07:11:16 +0000 (07:11 +0000)]
r9747: Version 2.11.13
       * doc/ref-ooddl.lisp: documentation additions
        * doc/ref-oodml.lisp: Add purpose to functions

19 years agor9742: add acknowledgement of other code sources
Kevin M. Rosenberg [Thu, 8 Jul 2004 16:57:41 +0000 (16:57 +0000)]
r9742: add acknowledgement of other code sources

19 years agor9741: 8 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
Kevin M. Rosenberg [Thu, 8 Jul 2004 16:32:52 +0000 (16:32 +0000)]
r9741: 8 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
        * sql/fdml.lisp: Apply patch from  Kim Minh Kaplan
        to change escaping of single quotes. Mild optimizations
        for escaped string output.
        * TODO: Add need to test single quote escaping

19 years agor9740: documentation additions
Kevin M. Rosenberg [Wed, 7 Jul 2004 18:04:32 +0000 (18:04 +0000)]
r9740: documentation additions

19 years agor9739: 7 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
Kevin M. Rosenberg [Wed, 7 Jul 2004 18:03:23 +0000 (18:03 +0000)]
r9739: 7 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
        * sql/ooddl.lisp: Added SMALLINT type
        * sql/generic-postgresql.lisp: Added INT2 as SMALLINT type
        * db-mysql/mysql-objects.lisp: Added SMALLINT type
        * sql/package.lisp: Export SMALLINT
        * sql/expressions.lisp: Add MYSQL's UNSIGNED and ZEROFILL as
        db-constraints

19 years agor9737: Add column/table contraints example to documentation for CREATE-TABLE.
Marcus Pearce [Tue, 6 Jul 2004 12:20:29 +0000 (12:20 +0000)]
r9737: Add column/table contraints example to documentation for CREATE-TABLE.

19 years agor9736: fix bug preventing the :DB-CONSTRAINTS View Class slot option accepting a...
Marcus Pearce [Tue, 6 Jul 2004 10:14:07 +0000 (10:14 +0000)]
r9736: fix bug preventing the :DB-CONSTRAINTS View Class slot option accepting a list of constraints [reported by Travis Cross].

19 years agor9734: Document idiosyncrasies of the individual backends and differences from CommonSQL.
Marcus Pearce [Sat, 3 Jul 2004 15:52:50 +0000 (15:52 +0000)]
r9734: Document idiosyncrasies of the individual backends and differences from CommonSQL.

19 years agor9733: new policy version
Kevin M. Rosenberg [Sat, 3 Jul 2004 02:43:23 +0000 (02:43 +0000)]
r9733: new policy version

19 years agor9732: Automated commit for Debian build of clsql upstream-version-2.11.12
Kevin M. Rosenberg [Sat, 3 Jul 2004 02:42:41 +0000 (02:42 +0000)]
r9732: Automated commit for Debian build of clsql upstream-version-2.11.12

19 years agor9731: new version
Kevin M. Rosenberg [Sat, 3 Jul 2004 02:41:52 +0000 (02:41 +0000)]
r9731: new version

19 years agor9729: Documentation for recording, conditions and fdml.
Marcus Pearce [Fri, 2 Jul 2004 22:30:35 +0000 (22:30 +0000)]
r9729: Documentation for recording, conditions and fdml.

19 years agor9727: 1 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
Kevin M. Rosenberg [Fri, 2 Jul 2004 08:41:09 +0000 (08:41 +0000)]
r9727: 1 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
        * doc/ref-ooddl.lisp: Add documentation
        * doc/ooddl.lisp: Move *DEFAULT-VARCHAR-LENGTH* from oodml.lisp
        and rename to *DEFAULT-STRING-LENGTH*. Add docstring.
        * doc/oodml.lisp: Rename references to new name of
        *DEFAULT-STRING-LENGTH*

19 years agor9724: Document transaction handling.
Marcus Pearce [Thu, 1 Jul 2004 16:44:30 +0000 (16:44 +0000)]
r9724: Document transaction handling.

19 years agor9722: Document the FDML.
Marcus Pearce [Wed, 30 Jun 2004 23:34:26 +0000 (23:34 +0000)]
r9722: Document the FDML.

19 years agor9706: add fink directory locations
Kevin M. Rosenberg [Sun, 27 Jun 2004 19:45:56 +0000 (19:45 +0000)]
r9706: add fink directory locations

19 years agor9678: 23 Jun 2004 Kevin Rosenberg <kevin@rosenberg.net>
Kevin M. Rosenberg [Thu, 24 Jun 2004 08:00:53 +0000 (08:00 +0000)]
r9678: 23 Jun 2004 Kevin Rosenberg <kevin@rosenberg.net>
        * sql/oodml.lisp: Add keyword :transactions to def-view-from-class
        to allow specifying transactionless table creation
        * doc/ref-oodml.lisp: Add new keyword to signature of
        DEF-VIEW-FROM-CLASS

19 years agor9670: Automated commit for Debian build of clsql upstream-version-2.11.11
Kevin M. Rosenberg [Wed, 23 Jun 2004 21:49:31 +0000 (21:49 +0000)]
r9670: Automated commit for Debian build of clsql upstream-version-2.11.11

19 years agor9657: Cleanup and document the FDDL.
Marcus Pearce [Fri, 18 Jun 2004 22:20:49 +0000 (22:20 +0000)]
r9657: Cleanup and document the FDDL.

19 years agor9642: Automated commit for Debian build of clsql upstream-version-2.11.10
Kevin M. Rosenberg [Wed, 16 Jun 2004 00:46:38 +0000 (00:46 +0000)]
r9642: Automated commit for Debian build of clsql upstream-version-2.11.10

19 years agor9625: Updated documentation for connection/initialisation.
Marcus Pearce [Mon, 14 Jun 2004 17:19:54 +0000 (17:19 +0000)]
r9625: Updated documentation for connection/initialisation.

19 years agor9622: * sql/conditions.lisp: Fix printing of closed-database error
Kevin M. Rosenberg [Mon, 14 Jun 2004 11:02:41 +0000 (11:02 +0000)]
r9622:         * sql/conditions.lisp: Fix printing of closed-database error

19 years agor9615: * sql/expressions.lisp: Avoid duplicate FROM names when selecting
Kevin M. Rosenberg [Mon, 14 Jun 2004 07:46:57 +0000 (07:46 +0000)]
r9615:         * sql/expressions.lisp: Avoid duplicate FROM names when selecting
        from a table that has more than one primary index.

19 years agor9610: oracle port done, reformat
Kevin M. Rosenberg [Sun, 13 Jun 2004 22:47:05 +0000 (22:47 +0000)]
r9610: oracle port done, reformat

19 years agor9608: * Version 2.11.9
Kevin M. Rosenberg [Sun, 13 Jun 2004 22:16:01 +0000 (22:16 +0000)]
r9608:         * Version 2.11.9
        * sql/conditions.lisp: Set initial slot value for message in SQL-WARNING        * sql/transactions.lisp: Correctly set slots of SQL-WARNING

19 years agor9601: Documentation for symbolic SQL syntax.
Marcus Pearce [Sat, 12 Jun 2004 21:00:07 +0000 (21:00 +0000)]
r9601: Documentation for symbolic SQL syntax.

19 years agor9591: add boolean where capability for mysql 4.1
Kevin M. Rosenberg [Sat, 12 Jun 2004 11:18:50 +0000 (11:18 +0000)]
r9591: add boolean where capability for mysql 4.1

19 years agor9577: Automated commit for Debian build of clsql upstream-version-2.11.8
Kevin M. Rosenberg [Thu, 10 Jun 2004 09:44:49 +0000 (09:44 +0000)]
r9577: Automated commit for Debian build of clsql upstream-version-2.11.8

19 years agor9576: Add generalized-boolean
Kevin M. Rosenberg [Thu, 10 Jun 2004 09:41:27 +0000 (09:41 +0000)]
r9576: Add generalized-boolean

19 years agor9574: Remove loading of unnecessary zlib library
Kevin M. Rosenberg [Thu, 10 Jun 2004 06:02:27 +0000 (06:02 +0000)]
r9574: Remove loading of unnecessary zlib library

19 years agor9573: new debian package
Kevin M. Rosenberg [Thu, 10 Jun 2004 00:51:04 +0000 (00:51 +0000)]
r9573: new debian package

19 years agor9572: Automated commit for Debian build of clsql upstream-version-2.11.7
Kevin M. Rosenberg [Wed, 9 Jun 2004 23:59:40 +0000 (23:59 +0000)]
r9572: Automated commit for Debian build of clsql upstream-version-2.11.7

19 years agor9571: new debian package
Kevin M. Rosenberg [Wed, 9 Jun 2004 23:58:37 +0000 (23:58 +0000)]
r9571: new debian package

19 years agor9570: fix typo
Kevin M. Rosenberg [Wed, 9 Jun 2004 23:54:39 +0000 (23:54 +0000)]
r9570: fix typo

19 years agor9569: `head -6 ChangeLog`
Kevin M. Rosenberg [Wed, 9 Jun 2004 23:52:52 +0000 (23:52 +0000)]
r9569: `head -6 ChangeLog`

19 years agor9565: Automated commit for Debian build of clsql upstream-version-2.11.6
Kevin M. Rosenberg [Mon, 7 Jun 2004 19:02:32 +0000 (19:02 +0000)]
r9565: Automated commit for Debian build of clsql upstream-version-2.11.6

19 years agor9564: 8 Jun 2004 Kevin Rosenberg <kevin@rosenberg.net>
Kevin M. Rosenberg [Mon, 7 Jun 2004 19:01:47 +0000 (19:01 +0000)]
r9564: 8 Jun 2004 Kevin Rosenberg <kevin@rosenberg.net>
        * Version 2.11.6 released
        * sql/oodml.lisp: Commit patch from Edi Weitz
        to fix symbol writing/reading
        * TODO: Add need for symbol slot test

19 years agor9562: document improved loading procedure
Kevin M. Rosenberg [Mon, 7 Jun 2004 13:29:47 +0000 (13:29 +0000)]
r9562: document improved loading procedure

19 years agor9561: Added reference documentation for CLSQL package.
Marcus Pearce [Mon, 7 Jun 2004 10:34:27 +0000 (10:34 +0000)]
r9561: Added reference documentation for CLSQL package.

19 years agor9560: * tests/README: Remove ptester package requirement (as noted
Kevin M. Rosenberg [Mon, 7 Jun 2004 03:31:13 +0000 (03:31 +0000)]
r9560:         * tests/README: Remove ptester package requirement (as noted
        by Bill Clementson)

19 years agor9557: add new structures
Kevin M. Rosenberg [Sun, 6 Jun 2004 04:55:35 +0000 (04:55 +0000)]
r9557: add new structures

19 years agor9556: * sql/transactions.lisp: Apply return value patch from
Kevin M. Rosenberg [Fri, 4 Jun 2004 23:57:15 +0000 (23:57 +0000)]
r9556:         * sql/transactions.lisp: Apply return value patch from
        Edi Weitz for WITH-TRANSACTION

19 years agor9555: tests/README: Fix filename [reported by Bill Clementson]
Kevin M. Rosenberg [Fri, 4 Jun 2004 23:49:46 +0000 (23:49 +0000)]
r9555: tests/README: Fix filename [reported by Bill Clementson]

19 years agor9554: add missing flatp
Kevin M. Rosenberg [Fri, 4 Jun 2004 21:41:19 +0000 (21:41 +0000)]
r9554: add missing flatp

19 years agor9552: Automated commit for Debian build of clsql upstream-version-2.11.5
Kevin M. Rosenberg [Fri, 4 Jun 2004 20:26:18 +0000 (20:26 +0000)]
r9552: Automated commit for Debian build of clsql upstream-version-2.11.5

19 years agor9551: windows updates
Kevin M. Rosenberg [Fri, 4 Jun 2004 20:25:56 +0000 (20:25 +0000)]
r9551: windows updates

19 years agor9550:
Kevin M. Rosenberg [Fri, 4 Jun 2004 20:08:05 +0000 (20:08 +0000)]
r9550:

19 years agor9549:
Kevin M. Rosenberg [Fri, 4 Jun 2004 20:07:15 +0000 (20:07 +0000)]
r9549:

19 years agor9548: Select connection-spec based on connection type
Kevin M. Rosenberg [Fri, 4 Jun 2004 20:03:02 +0000 (20:03 +0000)]
r9548: Select connection-spec based on connection type

19 years agor9547: remove nulls-okay from example
Kevin M. Rosenberg [Fri, 4 Jun 2004 18:50:25 +0000 (18:50 +0000)]
r9547: remove nulls-okay from example

19 years agor9546: remove nulls-okay from example
Kevin M. Rosenberg [Fri, 4 Jun 2004 18:50:19 +0000 (18:50 +0000)]
r9546: remove nulls-okay from example

19 years agor9545: umlisp new version portage
Kevin M. Rosenberg [Fri, 4 Jun 2004 07:57:31 +0000 (07:57 +0000)]
r9545: umlisp new version portage

19 years agor9541: new suse91 catalog
Kevin M. Rosenberg [Fri, 4 Jun 2004 01:11:49 +0000 (01:11 +0000)]
r9541: new suse91 catalog

19 years agor9538: Cleaned up symbolic SQL syntax.
Marcus Pearce [Mon, 31 May 2004 21:47:53 +0000 (21:47 +0000)]
r9538: Cleaned up symbolic SQL syntax.

19 years agor9532: * db-mysql/mysql-sql.lisp: Simple queries now
Kevin M. Rosenberg [Sun, 30 May 2004 19:16:34 +0000 (19:16 +0000)]
r9532:         * db-mysql/mysql-sql.lisp: Simple queries now
        working with prepared statements.

19 years agor9531: * db-postgresql/postgresl-sql.lisp: Avoid computing
Kevin M. Rosenberg [Sun, 30 May 2004 16:35:51 +0000 (16:35 +0000)]
r9531:         * db-postgresql/postgresl-sql.lisp: Avoid computing
        result-types lisp when nil result-types. Return only
        one value when field-types nil.

19 years agor9530: updates for mysql prepared statements
Kevin M. Rosenberg [Sun, 30 May 2004 15:04:50 +0000 (15:04 +0000)]
r9530: updates for mysql prepared statements

19 years agor9528: move special variable declaration
Kevin M. Rosenberg [Sun, 30 May 2004 10:00:34 +0000 (10:00 +0000)]
r9528: move special variable declaration

19 years agor9527: add function declarations for prepared statements
Kevin M. Rosenberg [Sun, 30 May 2004 09:59:49 +0000 (09:59 +0000)]
r9527: add function declarations for prepared statements

19 years agor9525: 30 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
Kevin M. Rosenberg [Sun, 30 May 2004 09:34:41 +0000 (09:34 +0000)]
r9525: 30 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
        * Version 2.11.4: MySQL 4.1 now passes all tests
        * db-mysql/mysql-api.lisp: Add support for MySQL 4.1 field structure
        * sql/expressions.lisp: Avoid emitting double parenthesis when a
        function contains a subselect.

19 years agor9523: * clsql-mysql.asd, clsql-uffi.asd: Remove check and Common Lisp
Kevin M. Rosenberg [Sun, 30 May 2004 08:14:53 +0000 (08:14 +0000)]
r9523:         * clsql-mysql.asd, clsql-uffi.asd: Remove check and Common Lisp
        Controller invocation.

19 years agor9522: * sql/odbc-api.lisp: Update to using ODBC V3 protocol
Kevin M. Rosenberg [Sun, 30 May 2004 08:01:53 +0000 (08:01 +0000)]
r9522:         * sql/odbc-api.lisp: Update to using ODBC V3 protocol

19 years agor9520: continue to use odbc2 semantics
Kevin M. Rosenberg [Sun, 30 May 2004 06:40:52 +0000 (06:40 +0000)]
r9520: continue to use odbc2 semantics

19 years agor9519: add prepared statements for postgresql
Kevin M. Rosenberg [Sun, 30 May 2004 06:22:22 +0000 (06:22 +0000)]
r9519: add prepared statements for postgresql