2399d21829
* dev * postgres update set * position in list * discard charset * binary => blob * rollback transaction * insert on conflict * fix POSITION_IN_LIST * TIMESTAMPDIFF * functions * functions * set UTC time zone * functions and operators * function * fulltext * fix details provider * full text config usage * fix param * full text index rebuild * full text and round fix * add uuid db type * if function * tests * delete with joins order limit * update * alias max length
17 lines
603 B
JSON
17 lines
603 B
JSON
{
|
|
"functionConverterClassNameMap_Mysql": {
|
|
"ABS": "Espo\\Core\\ORM\\QueryComposer\\Part\\FunctionConverters\\Abs"
|
|
},
|
|
"functionConverterClassNameMap_Postgresql": {
|
|
"ABS": "Espo\\Core\\ORM\\QueryComposer\\Part\\FunctionConverters\\Abs"
|
|
},
|
|
"queryComposerClassNameMap": {
|
|
"Mysql": "Espo\\ORM\\QueryComposer\\MysqlQueryComposer",
|
|
"Postgresql": "Espo\\ORM\\QueryComposer\\PostgresqlQueryComposer"
|
|
},
|
|
"pdoFactoryClassNameMap": {
|
|
"Mysql": "Espo\\ORM\\PDO\\MysqlPDOFactory",
|
|
"Postgresql": "Espo\\ORM\\PDO\\PostgresqlPDOFactory"
|
|
}
|
|
}
|