* 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
This commit is contained in:
Matt Rice 2008-06-03 11:35:51 +00:00
parent c62a5d5aa1
commit d89df1082e
2 changed files with 11 additions and 5 deletions

View file

@ -1,3 +1,8 @@
2008-06-03 Matt Rice <ratmice@gmail.com>
* README: Reflect name change of PostgreSQL adaptor, and addition of
SQLite adaptor. Bump supported version of Postgres Adaptor.
2008-05-29 Blake Nicholson <blaken@umich.edu> 2008-05-29 Blake Nicholson <blaken@umich.edu>
* DBModeler/Modeler.m: Removed duplicate invocation of [adaptor * DBModeler/Modeler.m: Removed duplicate invocation of [adaptor
@ -70,7 +75,7 @@
* DBModeler/ConsistencyResults.m: Use gsmarkup file. * DBModeler/ConsistencyResults.m: Use gsmarkup file.
* DBModeler/Resources/ConsistencyResults.gorm: Remove file. * DBModeler/Resources/ConsistencyResults.gorm: Remove file.
2008-05-12 Matt Ride <ratmice@gmail.com> 2008-05-12 Matt Rice <ratmice@gmail.com>
* DBModeler/Resources/Menu-GNUstep.gsmarkup: Use openPrefs: action * DBModeler/Resources/Menu-GNUstep.gsmarkup: Use openPrefs: action
for preferences menu item. for preferences menu item.

9
README
View file

@ -35,10 +35,11 @@ which an EOEditingContext contains.
- EOAdaptors - EOAdaptors
This is a collection of concrete EOAdaptor projects needed to connect This is a collection of concrete EOAdaptor projects needed to connect
to specific databases. GDL2 currently only supplies an Adaptor for to specific databases. GDL2 currently supplies Adaptors for
the PostgreSQL database. Even though the Adaptor is still called the PostgreSQL and SQLite databases.
Postgres95 we aim to support PostgreSQL 7.2 and higher API. In fact
the Adaptor may very soon be renamed to PostgreSQL. - PostgreSQL: we aim to support PostgreSQL 8.1 and higher API.
- SQLite: Compatible with SQLite version 3.x
- DBModeler - DBModeler