mirror of
https://github.com/dg/dibi.git
synced 2025-08-29 16:59:49 +02:00
- DibiPostgreDriver - workaround for bug in pg_affected_rows
- added DibiResult::setObjects([TRUE | FALSE | class name])
This commit is contained in:
@@ -79,9 +79,12 @@ class dibi
|
||||
|
||||
// special
|
||||
FIELD_COUNTER = 'C', // counter or autoincrement, is integer
|
||||
IDENTIFIER = 'n',
|
||||
IDENTIFIER = 'n';
|
||||
|
||||
// dibi version
|
||||
/**
|
||||
* dibi version
|
||||
*/
|
||||
const
|
||||
VERSION = '0.9 (Revision: $WCREV$, Date: $WCDATE$)';
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user