cl-sqlite.git
5 years agoDocumentation and metadata update for 0.2.1 release.master0.2.1
Jacek TeMPOraL Złydach [Fri, 2 Aug 2019 10:12:58 +0000 (2 12:12 +0200)]
Documentation and metadata update for 0.2.1 release.

5 years agoSQLITE-TESTS no longer defines RUN-ALL-TESTS.
Jacek TeMPOraL Złydach [Fri, 2 Aug 2019 10:02:42 +0000 (2 12:02 +0200)]
SQLITE-TESTS no longer defines RUN-ALL-TESTS.

This avoids conflict with FiveAM. Closes #7.

5 years agoUpdated ASDF metadata.
Jacek TeMPOraL Złydach [Fri, 2 Aug 2019 09:11:00 +0000 (2 11:11 +0200)]
Updated ASDF metadata.

Version number is now up to date with with the release tag. Added description,
homepage, source control, bug tracker and maintainer info.

Closes #8.

13 years agoimplement the asdf test-op for the sqlite system
Nicolas Martyanoff [Tue, 10 May 2011 09:45:30 +0000 (10 13:45 +0400)]
implement the asdf test-op for the sqlite system

13 years agoIn purge-cache function declare variable uid=1000(dvk) gid=1006(dvk) groups=1006...
Dmitry Kalyanov [Wed, 15 Dec 2010 18:30:26 +0000 (15 21:30 +0300)]
In purge-cache function declare variable uid=1000(dvk) gid=1006(dvk) groups=1006(dvk),10(wheel),18(audio),19(cdrom),27(video),35(games),85(usb),250(portage),1005(plugdev),1013(vboxusers),1017(scanner),1020(dropbox) as ignorable

13 years agoReally fix links
Dmitry Kalyanov [Mon, 15 Nov 2010 03:44:55 +0000 (15 06:44 +0300)]
Really fix links

13 years agoFix links to new version
Dmitry Kalyanov [Mon, 15 Nov 2010 03:41:05 +0000 (15 06:41 +0300)]
Fix links to new version

13 years agoAdd to changelog0.2
Dmitry Kalyanov [Sun, 14 Nov 2010 14:56:33 +0000 (14 17:56 +0300)]
Add to changelog

13 years agoAdd documentation for named parameters
Dmitry Kalyanov [Sun, 14 Nov 2010 14:30:56 +0000 (14 17:30 +0300)]
Add documentation for named parameters

13 years agoAdd variants of functions that accept named parameters
Dmitry Kalyanov [Sat, 6 Nov 2010 21:40:39 +0000 (7 00:40 +0300)]
Add variants of functions that accept named parameters

13 years agoDocument the new error conditions and property accessors.
Alexander Gavrilov [Sat, 30 Oct 2010 10:12:27 +0000 (30 14:12 +0400)]
Document the new error conditions and property accessors.

13 years agoDocument new prepared statement API functions.
Alexander Gavrilov [Sat, 30 Oct 2010 10:05:23 +0000 (30 14:05 +0400)]
Document new prepared statement API functions.

13 years agoFix a couple of minor issues in the library.
Alexander Gavrilov [Sat, 30 Oct 2010 09:37:56 +0000 (30 13:37 +0400)]
Fix a couple of minor issues in the library.

- If error-code is NIL, error message is undefined too.
- Prepare-statement should clear bindings when using
  cache, or the result won't be identical in behavior
  to a new object.

13 years agoAdd tests for the new condition and statement API functions.
Alexander Gavrilov [Sat, 30 Oct 2010 09:36:26 +0000 (30 13:36 +0400)]
Add tests for the new condition and statement API functions.

13 years agoAdd a high-level wrapper for sqlite3_clear_bindings.
Alexander Gavrilov [Sat, 23 Oct 2010 11:56:24 +0000 (23 15:56 +0400)]
Add a high-level wrapper for sqlite3_clear_bindings.

13 years agoImplement a custom error condition for SQLite.
Alexander Gavrilov [Sat, 23 Oct 2010 09:30:50 +0000 (23 13:30 +0400)]
Implement a custom error condition for SQLite.

This allows improved diagnostics and condition
handling opportunities. Since the constraint
error is likely to provoke special handling,
it is branched off into a separate type.

13 years agoSupport returning multiple values from with-transaction body.
Alexander Gavrilov [Sat, 23 Oct 2010 08:45:42 +0000 (23 12:45 +0400)]
Support returning multiple values from with-transaction body.

Multiple-value-prog1 is a special operator designed
specially for cases like this one.

13 years agoExport read-only accessors for statement output column and bind names.
Alexander Gavrilov [Sat, 23 Oct 2010 08:43:47 +0000 (23 12:43 +0400)]
Export read-only accessors for statement output column and bind names.

13 years agoMake handle slots unbound after deallocating C objects.
Alexander Gavrilov [Sat, 23 Oct 2010 08:43:10 +0000 (23 12:43 +0400)]
Make handle slots unbound after deallocating C objects.

This would ensure an immediate failure at lisp level if
they are accessed later by mistake, instead of a segfault.

14 years agoFix typo
Dmitry Kalyanov [Sun, 25 Oct 2009 08:59:27 +0000 (25 11:59 +0300)]
Fix typo

14 years agoVersion bump0.1.6
Dmitry Kalyanov [Sat, 24 Oct 2009 06:15:24 +0000 (24 10:15 +0400)]
Version bump

14 years agoFix docstring not to interfere with slime fontification
Dmitry Kalyanov [Fri, 23 Oct 2009 20:51:37 +0000 (24 00:51 +0400)]
Fix docstring not to interfere with slime fontification

14 years agoFix sqlite3 foreign library name to work on windows
Dmitry Kalyanov [Fri, 23 Oct 2009 20:48:29 +0000 (24 00:48 +0400)]
Fix sqlite3 foreign library name to work on windows

15 years agoadd github mirror
Dmitry Kalyanov [Sat, 29 Aug 2009 16:28:14 +0000 (29 20:28 +0400)]
add github mirror

15 years agoAdded documentation for busy-timeout
Dmitry Kalyanov [Mon, 27 Jul 2009 05:39:05 +0000 (27 09:39 +0400)]
Added documentation for busy-timeout

15 years agoAdded support for sqlite busy-timeout.
James Wright [Mon, 27 Jul 2009 05:32:33 +0000 (27 09:32 +0400)]
Added support for sqlite busy-timeout.

15 years agoVersion bump0.1.5
Dmitry Kalyanov [Sat, 13 Jun 2009 18:07:03 +0000 (13 22:07 +0400)]
Version bump

15 years agoAllow passing pathnames into sqlite:connect
Dmitry Kalyanov [Sat, 13 Jun 2009 18:03:18 +0000 (13 22:03 +0400)]
Allow passing pathnames into sqlite:connect

15 years agoVersion bump0.1.4
Dmitry Kalyanov [Sun, 10 May 2009 19:04:56 +0000 (10 23:04 +0400)]
Version bump

15 years agoFixed define-foreign-library declaration to work on Mac OS X
Patrick Stein [Sun, 10 May 2009 06:13:33 +0000 (10 10:13 +0400)]
Fixed define-foreign-library declaration to work on Mac OS X

15 years agoKeep track of prepared statements instead of using sqlite3_next_stmt
Dmitry Kalyanov [Sun, 10 May 2009 06:05:28 +0000 (10 10:05 +0400)]
Keep track of prepared statements instead of using sqlite3_next_stmt

15 years agoAdded test-suite
Dmitry Kalyanov [Sun, 10 May 2009 06:05:05 +0000 (10 10:05 +0400)]
Added test-suite

15 years agoVersion bump0.1.3
Dmitry Kalyanov [Tue, 28 Apr 2009 20:01:45 +0000 (29 00:01 +0400)]
Version bump

15 years agoAdd mention of Git repository at repo.or.cz
Dmitry Kalyanov [Tue, 28 Apr 2009 19:46:21 +0000 (28 23:46 +0400)]
Add mention of Git repository at repo.or.cz

15 years agosupport all real types for passing parameters
Dmitry Kalyanov [Sun, 19 Apr 2009 06:49:07 +0000 (19 10:49 +0400)]
support all real types for passing parameters

15 years agochange version in index.html0.1.2
Dmitry Kalyanov [Sun, 22 Mar 2009 10:45:05 +0000 (22 13:45 +0300)]
change version in index.html

15 years agoversion bump, update changelog
Dmitry Kalyanov [Sun, 22 Mar 2009 10:43:03 +0000 (22 13:43 +0300)]
version bump, update changelog

15 years agoDISCONNECT ensures that all statements are closed (prevents exceptions during databas...
Dmitry Kalyanov [Sun, 22 Mar 2009 10:36:39 +0000 (22 13:36 +0300)]
DISCONNECT ensures that all statements are closed (prevents exceptions during database close); added with-database macro

15 years agochange version in index.html0.1.1
Dmitry Kalyanov [Sun, 8 Mar 2009 07:50:02 +0000 (8 10:50 +0300)]
change version in index.html

15 years agoVersion bump
Dmitry Kalyanov [Sun, 8 Mar 2009 07:48:07 +0000 (8 10:48 +0300)]
Version bump

15 years agoInitial import
Dmitry Kalyanov [Sun, 8 Mar 2009 07:41:47 +0000 (8 10:41 +0300)]
Initial import