mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 04:40:44 +00:00
* 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:
parent
b765bc25ff
commit
f16f3fb768
2 changed files with 11 additions and 5 deletions
|
@ -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>
|
||||
|
||||
* 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 <ratmice@gmail.com>
|
||||
2008-05-12 Matt Rice <ratmice@gmail.com>
|
||||
|
||||
* DBModeler/Resources/Menu-GNUstep.gsmarkup: Use openPrefs: action
|
||||
for preferences menu item.
|
||||
|
|
9
README
9
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue