Skip to content

Commit ab24960

Browse files
committed
updates/bug fixes
1 parent 8ce4196 commit ab24960

File tree

2 files changed

+529
-502
lines changed

2 files changed

+529
-502
lines changed

shared/ezFunctions.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
use ezsql\ezQuery;
3030
use ezsql\ezQueryInterface;
3131

32+
// Error messages
33+
const MISSING_CONFIGURATION ='<b>Fatal Error:</b> Missing configuration details to connect to database';
34+
const CONFIGURATION_REQUIRES = '<b>Fatal Error:</b> ezSQL_mysql requires ezSQLcore (ez_sql_core.php) to be included/loaded before it can be used';
35+
3236
// ezQuery prepare placeholder/positional tag
3337
const _TAG = '__ez__';
3438
// Use to set get_result output as json
@@ -164,6 +168,7 @@
164168
const REFERENCES = 'REFERENCES';
165169

166170
const AUTO = '__autoNumbers__';
171+
const SEQUENCE = '__autoNumbers__';
167172
const AUTO_INCREMENT = 'AUTO_INCREMENT';
168173
const AUTOINCREMENT = 'AUTOINCREMENT';
169174
const IDENTITY = 'IDENTITY';

0 commit comments

Comments
 (0)