0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 16, 2025 — Feb 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
r9437: avoid unnecessary casting More... over 21 years ago
r9436: relax declarations for sbcl More... over 21 years ago
r9435: new deb version More... over 21 years ago
r9434: 22 May 2004 Kevin Rosenberg * Version 2.10.19 released: Oracle backend now fails 6 out of 200 tests * TODO: Added 2 variances from CommonSQL. Add tests for owner phrases and string identifiers with non-default case * sql/table.lisp: Don't convert string table name to a symbol. * sql/classes.lisp: Honor case of string identifiers * sql/sql.lisp: Ensure recyclebin is purged for Oracle in TRUNCATE-DATABASE More... over 21 years ago
r9433: More... over 21 years ago
r9430: correctly obtain server and client versions of oracle. More... over 21 years ago
r9429: add large table test needed More... over 21 years ago
r9428: add note about server version More... over 21 years ago
r9427: 22 May 2004 Kevin Rosenberg * Oracle backend now fails 6 out of 200 tests * sql/sql.lisp: Ensure recyclebin is purged for oracle in TRUNCATE-DATABASE * db-oracle/oracle-sql.lisp: Add sequence functions, fix use of of owner phrases * db-oracle/oracle-objects.lisp: Fix type specifiers * tests/test-fddl.lisp: Allow :varchar2 and :number as data types * tests/test-init.lisp: Properly get username from Oracle connection-spec * TODO: Add that tests are needed for owner phrases More... over 21 years ago
r9426: Docstrings, docstrings, docstrings. More... over 21 years ago
r9425: Docstrings, docstrings, docstrings. More... over 21 years ago
r9424: * db-oracle/oracle-sql: Use clsql-specific error conditions. Use owner keyword. More... over 21 years ago
r9423: fix case of test names More... over 21 years ago
r9422: 20 May 2004 Kevin Rosenberg ([email protected]) * db-oracle/make9.sh: add makefile for building with Oracle 9 client libraries * sql/table.lisp: Add logic for dealing with Oracle 10g vs. previous Oracle versions with the PURGE option required for drop table. This needs to be converted to a generic function and moved to db-oracle/oracle-sql.lisp More... over 21 years ago
r9421: Docstrings for table.lisp More... over 21 years ago
r9417: * sql/oracle-sql.lisp: Now compiles and runs on SBCL. Requires UFFI 1.5.0 or higher More... over 21 years ago
r9416: 20 May 2004 Kevin Rosenberg ([email protected]) * Version 2.10.19 * sql/conditions.lisp: Fix cerror More... almost 22 years ago
r9415: fix for cerror More... almost 22 years ago
r9411: fix caching of order-by clauses More... almost 22 years ago
r9410: fix case where reading a float which is already convert to a float by the backend More... almost 22 years ago
r9409: fix :cstring compilation on cmucl/sbcl More... almost 22 years ago
r9408: 19 May 2004 Kevin Rosenberg ([email protected]) * sql/db-interface.lisp: Add more default methods * sql/objects.lisp: Add explicit table name to order-by parameters in find-all when only one table to avoid selecting a duplicate row. Fix error in FIND-ALL when using :order-by such as (([foo] :asc)) as previous logic was adding two fields (foo asc) to SELECT query. * db-oracle/*.lisp: Much improvements, now passes 90% of test suite More... almost 22 years ago
r9407: add missing \#: to some test names More... almost 22 years ago
r9404: update for new condition name More... almost 22 years ago
r9403: Rework conditions to be CommonSQL backward compatible More... almost 22 years ago
r9402: Reworked docstrings. More... almost 22 years ago
r9399: 19 May 2004 Kevin Rosenberg ([email protected]) * sql/package.lisp: Export initialize-database-type and *initialize-database-types* from CLSQL package. More... almost 22 years ago
r9398: oracle backend now compiles on sbcl/lispworks More... almost 22 years ago
r9395: 18 May 2004 Kevin Rosenberg ([email protected]) * sql/table.lisp: Add PURGE to drop command for oracle 10g backend. To handle this difference, will need to add a new database-drop-table generic function. * db-oracle/oracle-sql.lisp: Move server-version and major-version-number to database object to allow multiple connections to Oracle servers of different versions. More... almost 22 years ago
r9389: Additions to doc/TODO. More... almost 22 years ago