Skip to content

SQLite3: default value for string should be quoted

Pavlo Solntsev requested to merge pavlosun/libgda:sqlitedefval into master

default value with a space (for column type gchararray or string) can't be used now. This patch fixes this.

Merge request reports