This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/application/Espo/Resources/metadata/app/orm.json
T
Yuri Kuznetsov 2399d21829 PostgreSQL (#2599)
* 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
2023-02-28 12:12:21 +02:00

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"
}
}