-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathIBchange.log
88 lines (69 loc) · 4 KB
/
IBchange.log
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
---------------------------------------------------------------
InterBase ODBC driver ver 1.00.00.107
20-Jun-2024: Contributions by Embarcadero Technologies Inc.
macOS build enabled, and fixes for catalog pattern issues in SQLTables
1. INTB-4439: macOS (arm64) build enabled; see Builds/darwin/makefile.darwin
2. INTB-3407: fixes for SQLTables when catalog pattern is provided
Added test Test/SqlTables.cpp
---------------------------------------------------------------
InterBase ODBC driver ver 1.00.00.106
10-Jun-2024: Contributions by Embarcadero Technologies Inc.
IDPL location change, and fixes for build/test for Linux x86_64/64bit for INTEGER fields
1. IDPL location change
2. INTB-4434: fixes for build/test for Linux x86_64/64bit,
and to fix INTEGER/NUMERIC field values retrieval
See Builds/Gcc.lin/makefile.linux for changes
3. Adding isc_portable_integer() API
4. Misc. changes to Test/SimpleTest.cpp
---------------------------------------------------------------
InterBase ODBC driver ver 1.00.00.105
10-Aug-2023: Contributions by Embarcadero Technologies Inc.
Changes for InterBase ODBC driver
INTB-4314: Upgrade ODBC driver build solution to Visual Studio 2013.
Project build solution available in sub-folder Builds/MsVc120.win
INTB-4328: SQLGetTypeInfo() for SQL_ALL_TYPES should not return BIGINT for InterBase
---------------------------------------------------------------
InterBase ODBC driver ver 1.00.00.103
19-Nov-2014: Contribution by Embarcadero Technologies Inc.
Changes for InterBase ODBC driver
INTB-2289: Make ODBC driver safe to use with InterBase XE7, Change Views (subscription)
---------------------------------------------------------------
InterBase ODBC driver ver 1.00.00.102
03-Oct-2013: Contribution by Embarcadero Technologies Inc.
Changes for InterBase ODBC driver
INTB-1903: In getPrecision(), for dialect 3 databases, return sqlprecision
from sqlvar for NUMERIC/DECIMAL subtypes.
05-Sep-2013: Contribution by Embarcadero Technologies Inc.
Changes for InterBase ODBC driver
INTB-1824, QC case 111486: http://qc.embarcadero.com/wc/qcmain.aspx?d=111486
sqllen should be returned as-is for multi-byte
character set display options in getColumnDisplaySize() and getPrecision()
Resolve problem with MBCS character data truncation
---------------------------------------------------------------
InterBase ODBC driver ver 1.00.00.101
28-Jun-2013: Contribution by Embarcadero Technologies Inc.
Changes for InterBase ODBC driver
INTB-1862, QC case 116886: http://qc.embarcadero.com/wc/qcmain.aspx?d=116886
Extended Metadata name length
---------------------------------------------------------------
InterBase ODBC driver ver 1.00.00.100
17-Sep-2012: Contribution by Embarcadero Technologies Inc., and, Alexander Potapchenko
File: IscDbc/IscIndexInfoResultSet.cpp
Fix for http://qc.embarcadero.com/wc/qcmain.aspx?d=108767
Resolve Microsoft Access bug with UTF8 databases
30-Aug-2012: Contribution by Embarcadero Technologies Inc., and, Alexander Potapchenko
Changes to make ODBC driver work with InterBase database
InterBase ODBC Driver version 1.0
See IBchange_diff_1_0.log for source differences as compared to
Firebird version from http://sourceforge.net/projects/firebird/files/firebird-ODBC-driver/2.0.1-Release/OdbcFb-Source-2.0.1.152.tar.gz/download
Changes include the following...
- ODBC connect strings to InterBase from FireBird in DSNDialog.cpp
- Using interbase ibase.h instead of FireBird ibase.h
- Added precision variable to sqlvar in sqlda.h
- Changed IcsIndexInfoResultSet.cpp to use Interbase SQL and cast to larger varchars
- Changed sqlda.cpp to user var->varOrg->sqllen; instead of var->sqllen for Character types
- Attachment.cpp has isc_info_firebird_version changed to isc_info_version
- ConnectDialog.cpp and ODBCError.cpp has title changed to InterBase
- HTML help file changes to document InterBase specifics
- InterBase Boolean type support
- Other bug fixes as need to run the 64-bit version on Windows