mirror of
https://github.com/silverstripe/silverstripe-postgresql
synced 2024-10-22 17:05:45 +02:00
BUGFIX: Updated postgresql module for the 2.4 class renaming.
This commit is contained in:
parent
dee6be2506
commit
1dd46ab8a6
@ -10,7 +10,7 @@
|
||||
* @package sapphire
|
||||
* @subpackage model
|
||||
*/
|
||||
class PostgreSQLDatabase extends Database {
|
||||
class PostgreSQLDatabase extends SS_Database {
|
||||
/**
|
||||
* Connection to the DBMS.
|
||||
* @var resource
|
||||
@ -1375,7 +1375,7 @@ class PostgreSQLDatabase extends Database {
|
||||
* @package sapphire
|
||||
* @subpackage model
|
||||
*/
|
||||
class PostgreSQLQuery extends Query {
|
||||
class PostgreSQLQuery extends SS_Query {
|
||||
/**
|
||||
* The MySQLDatabase object that created this result set.
|
||||
* @var MySQLDatabase
|
||||
|
Loading…
Reference in New Issue
Block a user