Ticket Details

PgSQL adapter

ENHANCEMENT Ticket (closed)

It's working and functional here:

<http://rad-dev.org/forks/ddebernardy/lithium/source/branches/pgsql>

I had to change the Source and Database classes to make the unit tests. Basically, they're been edited in such a way that they can be used without a Model. Also, the test in the delete() method that returned false to prevent truncates got dropped per discussion in IRC. (It didn't seem to be the expected result in MySQL.)
on 08.26.10 reported by: ddebernardy owned by: daschl

Updates

on 09.02.10 by ddebernardy
There's a last set of commits in my db branch, which merges the mysql and pgsql branches in order to fix #145 for the pgsql adapter, and rollback stuff related to #130 for all adapters.

http://rad-dev.org/forks/ddebernardy/lithium/source/branches/db
on 01.18.11 by nate
  • owner was changed to nate
  • status was changed to in progress
(duplicate) on 07.03.11 by daschl
  • owner was changed to daschl
  • status was changed to closed
  • resolution was changed to duplicate
Please see the current ticket for an up-to-date status of the pgsql implementation: https://github.com/UnionOfRAD/lithium/pull/11

thanks for the ticket!