Skip to content

Commit 6a5ae2a

Browse files
author
Vlad Haidei
authored
Merge pull request #10 from CubikNeRubik/fix/sqlite_erro_on_empty_entity_name
Fix of "SQLITE_ERROR: near "}"" on multiple tables.
2 parents 8779135 + 341b5c6 commit 6a5ae2a

File tree

5 files changed

+71
-328
lines changed

5 files changed

+71
-328
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ language: node_js
22
node_js:
33
- 10
44
sudo: required
5-
before_script:
6-
- export DISPLAY=:99.0
7-
- sh -e /etc/init.d/xvfb start
85
install:
96
- npm install
107
script:

0 commit comments

Comments
 (0)