Skip to content

Commit

Permalink
Issue #1321 : move jsonb data type to text category, to activate the …
Browse files Browse the repository at this point in the history
…text editor for such fields
  • Loading branch information
ansgarbecker committed Feb 25, 2021
1 parent 836189e commit 6e053ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/dbstructures.pas
Original file line number Diff line number Diff line change
Expand Up @@ -2131,7 +2131,7 @@ TSQLiteLib = class(TDbLib)
HasBinary: False;
HasDefault: False;
LoadPart: False;
Category: dtcBinary;
Category: dtcText;
),
(
Index: dtUniqueidentifier;
Expand Down

0 comments on commit 6e053ee

Please sign in to comment.