Skip to content

Commit

Permalink
adding note about MySQL compatibility ( see #23 )
Browse files Browse the repository at this point in the history
  • Loading branch information
bablukid committed Aug 28, 2018
1 parent 1b86f1c commit 2a13798
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -350,3 +350,8 @@ You can get the database schema by calling the `.dbInfos()` method on the Manage
## Automatic Insert/Search/Edit Generation
The [dbadmin](https://github.com/ncannasse/dbadmin) project provides an HTML based interface that allows inserting/searching/editing and deleting `record-macros` objects based on the compiled `record-macros` information. It also allows database synchronization based on the `record-macros` schema by automatically detecting differences between the compile time schema and the current DB one.

## Compatibility
When using MySQL 5.7+, consider disabling [strict mode](https://dev.mysql.com/doc/refman/5.7/en/sql-mode.html#sql-mode-strict). Record-macros do not provide sufficient checks (strings length,field default values...) to avoid errors in strict mode.



0 comments on commit 2a13798

Please sign in to comment.