mirror of
https://github.com/gnustep/libs-sqlclient.git
synced 2025-02-19 01:50:49 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@20204 72102866-910b-0410-8b05-ffd578937521
124 lines
4.3 KiB
Text
124 lines
4.3 KiB
Text
Thu Oct 07 10:30:00 2004 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
* SQLClient.[hm]: Optimise timing operations somewhat.
|
|
|
|
Wed Oct 06 15:04:23 2004 Nicola Pero <n.pero@mi.flashnet.it>
|
|
|
|
* WebServer.h: Fixed typo in parameter name.
|
|
|
|
Wed Oct 06 13:10:00 2004 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
* SQLClient.[hm]: Allow a database transaction to already have been
|
|
begun when [SQLTransactiuon-execute] is called, so we can have
|
|
queries in the same database transaction as a list of statements.
|
|
|
|
Wed Oct 06 06:15:00 2004 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
* SQLClient.[hm]: Make the rollback opoeration a safe no-op if
|
|
there is no transaction in progress.
|
|
* Postgres.m: Improve exception text by reporting the offending
|
|
SQL statement(s).
|
|
|
|
Fri Sep 17 16:55:00 2004 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
* SQLClient.[hm]: When reporting the duration of a commit or
|
|
rollback, report text of all the statements in the transaction.
|
|
|
|
Fri Aug 28 09:30:00 2004 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
* WebServer.[hm]: Add support for limiting maximum number of incoming
|
|
sessions permitted from mone host.
|
|
|
|
Tue Aug 24 14:30:00 2004 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
* WebServer.[hm]: Add support for HTTP/1.1 persistent connections.
|
|
|
|
Sun Aug 22 10:35:00 2004 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
* SQLClient.[hm]: Add ([SQLRecord-dictionary]) and tidy/comment the
|
|
class a bit better.
|
|
|
|
Sat Aug 07 14:25:00 2004 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
* WebServer.m: Add session timeouts to kill off idle sessions.
|
|
|
|
Tue Jul 27 17:30:00 2004 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
* configure.ac: Give more help when postgres is not found.
|
|
* configure: regenerate
|
|
|
|
Mon Jul 26 09:50:00 2004 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
* SQLClient.h: Add -transaction method and SQLTransaction class
|
|
* SQLClient.m: Implement -transaction method and SQLTransaction class
|
|
to provide a simple convenient mechanism for executing a sequence
|
|
of statements as a single transaction.
|
|
|
|
Thu Jul 15 09:40:00 2004 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
* WebServer.m: ([_didRead:]) more informative logging upon reading
|
|
an unexpected end-of-file
|
|
|
|
Wed Jul 14 12:07:00 2004 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
* configure.ac: Check for PQfformat in libpq, if it is not there
|
|
but the library is there, warn that it is too old.
|
|
|
|
Thu Jul 02 17:40:00 2004 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
* WebServer.m: Add control over character encoding used to
|
|
interpret form data.
|
|
|
|
Thu Jul 02 13:25:00 2004 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
* WebServer.m: Fix error response when an exception occurs.
|
|
|
|
Thu Jul 01 18:00:00 2004 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
* WebServer.m: Make ([setPort:secure:]) return a status.
|
|
* WebServerBundles.m: Check that web server is able to start.
|
|
* WebServer.h: ditto
|
|
|
|
Wed Jun 30 05:40:00 2004 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
* GNUmakefile: Use ./obj as location for library to link,
|
|
for initial case where we link the bundles before installing
|
|
the library.
|
|
* WebServer.m: Add casts to prevent compiler warning.
|
|
* Postgres.m: Commented out NSLog() left over from debugging.
|
|
|
|
Tue Jun 29 18:10:00 2004 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
* SQLClient.m: Fix code for retrieving reference name ... look in
|
|
the config dictionary first, and in user defaults if not found
|
|
there.
|
|
* SQLClient.h: Document change.
|
|
* GNUmakefile: Link bundles with the library to ensure that they
|
|
find the SQLRecord class when loaded.
|
|
|
|
Mon Jun 28 12:55:00 2004 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
* WebServer.h: New file.
|
|
* WebServer.m: New file.
|
|
* WebServerBundles.m: New file.
|
|
* SQLClient.h: Mention WebServer.
|
|
* GNUmakefile: Build WebServer classes.
|
|
Added framework to make it easy to use SQLClient to produce
|
|
standalone http/https applications, such as accepting POST'ed
|
|
records for addition to a database.
|
|
|
|
Fri May 07 09:15:00 2004 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
Add methods to log duration of any statements over a certain
|
|
limit.
|
|
Tidy instance variables ... prefix mprivate ones with underscore.
|
|
Install header!
|
|
|
|
Thu Apr 29 15:20:00 2004 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
* SQLClient.h: Fix URLs in documentation as suggested by Adam.
|
|
* SQLClient.html: regenerate
|
|
|
|
Mon Apr 26 16:20:00 2004 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
Initial checkin of library.
|