File tree Expand file tree Collapse file tree 2 files changed +529
-502
lines changed
Expand file tree Collapse file tree 2 files changed +529
-502
lines changed Original file line number Diff line number Diff line change 2929use ezsql \ezQuery ;
3030use 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
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 ' ;
You can’t perform that action at this time.
0 commit comments