From d89df1082e536ffb511f14d86cf9bde48ab4b79c Mon Sep 17 00:00:00 2001 From: Matt Rice Date: Tue, 3 Jun 2008 11:35:51 +0000 Subject: [PATCH] * README: Reflect name change of PostgreSQL adaptor, and addition of SQLite adaptor. Bump supported version of Postgres Adaptor. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@26592 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 7 ++++++- README | 9 +++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index de8cedd..5b0833a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-06-03 Matt Rice + + * README: Reflect name change of PostgreSQL adaptor, and addition of + SQLite adaptor. Bump supported version of Postgres Adaptor. + 2008-05-29 Blake Nicholson * DBModeler/Modeler.m: Removed duplicate invocation of [adaptor @@ -70,7 +75,7 @@ * DBModeler/ConsistencyResults.m: Use gsmarkup file. * DBModeler/Resources/ConsistencyResults.gorm: Remove file. -2008-05-12 Matt Ride +2008-05-12 Matt Rice * DBModeler/Resources/Menu-GNUstep.gsmarkup: Use openPrefs: action for preferences menu item. diff --git a/README b/README index a4fc1f0..9fe9ae9 100644 --- a/README +++ b/README @@ -35,10 +35,11 @@ which an EOEditingContext contains. - EOAdaptors This is a collection of concrete EOAdaptor projects needed to connect -to specific databases. GDL2 currently only supplies an Adaptor for -the PostgreSQL database. Even though the Adaptor is still called -Postgres95 we aim to support PostgreSQL 7.2 and higher API. In fact -the Adaptor may very soon be renamed to PostgreSQL. +to specific databases. GDL2 currently supplies Adaptors for +the PostgreSQL and SQLite databases. + + - PostgreSQL: we aim to support PostgreSQL 8.1 and higher API. + - SQLite: Compatible with SQLite version 3.x - DBModeler