Skip to content

Commit

Permalink
0002065: Updated SQLite Datatypes and changed documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jswilmer committed May 26, 2016
1 parent 392d7e7 commit 3136907
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions symmetric-assemble/.gitignore
Expand Up @@ -6,3 +6,4 @@
/.settings/
/.classpath
/build/
/bin/
2 changes: 1 addition & 1 deletion symmetric-assemble/src/asciidoc/appendix/databases.ad
Expand Up @@ -392,4 +392,4 @@ include::mssqlserver.ad[]
include::sqllite.ad[]
include::sybase-ase.ad[]
include::redshift.ad[]

include::sqlite.ad[]
11 changes: 11 additions & 0 deletions symmetric-assemble/src/asciidoc/appendix/sqllite.ad
Expand Up @@ -16,3 +16,14 @@ The SQLite dialect has the following limitations:
or set a max_batch_size on the CHANNEL table that will accommodate your transactional data.

* Due to the single threaded access to SQLite, the following parameter should be set to true: jobs.synchronized.enable.

.Suported Data Types
|===
|Data Type|Supported?

|Text|Yes
|Numeric|Yes
|Integer|Yes
|Real|Yes
|Blob|Yes
|===

0 comments on commit 3136907

Please sign in to comment.