Skip to content

Commit f54b497

Browse files
committed
new version 1.1.3
1 parent aaa7ec1 commit f54b497

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

source/HyperSQLOOo/service/pythonpath/hypersql/configuration.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
g_url = 'sdbc:embedded:hsqldb'
4343
g_user = 'SA'
4444
g_options = ';hsqldb.default_table_type=cached;shutdown=true'
45-
g_create = ';create=true'
45+
g_create = ''
4646
g_exist = ';create=false'
4747

48+
# LibreOffice configuration
49+
g_lover = '5.0'
50+

0 commit comments

Comments
 (0)