-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
36 lines (31 loc) · 1.32 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Revision history for fbsql
0.3.0 2024-05-??
- display BOOLEAN column type (Firebird 3.0 and later)
- add support for SQL128 data type (Firebird 4.0 and later)
- add support or TIME[STAMP] WITH TIME ZONE data types (Firebird 4.0 and later)
- fix wildcard pattern matching in \d commands
- \d table: display BLOB subtype in column description
- \d table: display column character set, if available
- \d table: show generated column information
- \d table: improve display of COMPUTED BY columns
- \d table: display constraint definitions
- \du: fix query for Firebird 3.0 and later
- \activity: improve output
- add \tznames command to toggle display of time zone names, where these
were specified for a TIME[STAMP] WITH TIME ZONE value
- add \loglevel command to display or set fbsql log level
- add \explain command to display explained query plan
0.2.0 2018-03-21
- improve error message handling and display
- adapt for libfq 0.2.0
0.1.4 2014-02-11
- "\l" command: display database encoding
- "\activity" command: display client encoding
- align non-ASCII chars in column output properly
(requires libfq 0.1.4)
0.1.3 2014-02-02
- add RPM SPEC file
- consolidate header files
- change version numbering system
0.02 2014-12-25
- initial public release