Add .env reading flow in config.php
Will check if there is a read_env_file.php and then run it to load .env file in /configs folder This file can hold secrets that are not to be checked into git Updated edit.js file to be eslint compatible
This commit is contained in:
@@ -722,7 +722,8 @@ class IO extends \CoreLibs\Basic
|
||||
$this->__dbError();
|
||||
return false;
|
||||
}
|
||||
// if we do have an insert, check if there is no RETURNING pk_id, add it if I can get the PK id
|
||||
// if we do have an insert, check if there is no RETURNING pk_id,
|
||||
// add it if I can get the PK id
|
||||
if ($this->__checkQueryForInsert($this->query, true)) {
|
||||
$this->pk_name = $pk_name;
|
||||
if ($this->pk_name != 'NULL') {
|
||||
|
||||
Reference in New Issue
Block a user