Skip to content

Commit

Permalink
0002605: firebird data types added
Browse files Browse the repository at this point in the history
  • Loading branch information
sunderrd committed May 24, 2016
1 parent 68f91ef commit 32481f9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions symmetric-assemble/src/asciidoc/appendix/firebird.ad
Expand Up @@ -23,3 +23,23 @@ The following limitations currently exist for this dialect:
. Syncing of Binary Large Object (BLOB) is limited to 16K bytes per column.

. Syncing of character data is limited to 32K bytes per column.


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

| SmallInt | Yes
| Integer | Yes
| BigInt | Yes
| Char | Yes
| VarChar | Yes
| Float | Yes
| Decimal | Yes
| Numeric | Yes
| Double Precision | Yes
| Date | Yes
| Time | Yes
| TimeStamp | Yes
| Blob | No
|===

0 comments on commit 32481f9

Please sign in to comment.