mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 13:37:02 +00:00
More SQL delimiting for modern servers (#166)
* Add delimiter to sql objects
This commit is contained in:
parent
95056c5a29
commit
bd4f8a8f40
21 changed files with 114 additions and 114 deletions
|
|
@ -51,7 +51,6 @@ typedef DatabasePostgre DatabaseType;
|
|||
*/
|
||||
typedef DatabaseMysql DatabaseType;
|
||||
#define _LIKE_ "LIKE"
|
||||
#define _TABLE_SIM_ "`"
|
||||
#define _CONCAT3_(A,B,C) "CONCAT( " A " , " B " , " C " )"
|
||||
#define _OFFSET_ "LIMIT %d,1"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue