-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhistory.htm
139 lines (130 loc) · 3.17 KB
/
history.htm
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
<title>TxQuery DataSet
</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<h1>TxQuery History
</h1>
<p>Outdated. This file is no longer updated and maintained. Please refer to GIT log for source code changes.
</p>
<ol>
<li>
<div>Integrate fixed from Francisco Armando Dueñas:
</div>
</li>
<ol>
<li>
<div>Added ttlargeInt data type support
</div></li>
<li>
<div>Added ttWidestring data type support
</div></li>
<li>Fix failed test cases in previous release
</li>
<li>
<div>Make TxQuery (TP yacc lex parser) Thread safe
</div>
</li>
</ol>
<li>
<div>Revise projects (.dproj) files
</div></li>
<li>
<div>Update TxQuery compiler defined
</div>
</li></ol>
<p><strong>2.8 Release on 12 Oct 2012
</strong>
</p>
<ol>
<li>
<div>Support Delphi XE3.
</div>
</li>
</ol>
<p><strong>2.7 Release on 29 Mar 2012
</strong>
</p>
<ol>
<li>
<div>Fix SELECT SUM(*) ... GROUP BY... statement return invalid row if record count of result set if 0.
</div>
</li>
</ol>
<p><strong>2.6 Release on 21 Feb 2012
</strong>
</p>
<ol>
<li>
<div>Delphi 2009 and above: Fix invalid pointer error happen when using BookmarkList in xQuery.pas that was declared as TList instance.
</div>
</li>
</ol>
<p><strong>2.5 Release on 23 Dec 2011
</strong>
</p>
<ol>
<li>
<div>Fix Access Violation happen in some usage of string field
</div>
</li>
</ol>
<p><strong>2.4 Release on 20 Dec 2011
</strong>
</p>
<ol>
<li>
<div>Fix error when accessing Memo or WideMemo fields
</div>
</li>
</ol>
<p><strong>2.3 Release on 19 Dec 2011
</strong>
</p>
<ol>
<li>
<div>Fix TxQuery result set always WideString fields for AnsiString fields for Delphi 2009 and above
</div></li>
<li>
<div>Fix WideString fields size always double up in TxQuery result set<strong></strong>
</div>
</li>
</ol>
<p><strong>2.2 Release on 08 Dec 2011
</strong>
</p>
<ol>
<li>
<div>Add Delphi XE2 support for both Win32 and Win64 platform
</div></li>
<li>
<div>Fix test case: TTest_Update.Test_Update_OneCentDiffBug that may fail on Win32 platform
</div>
</li>
</ol>
<p><strong>2.1 Release on 21 Jan 2011
</strong>
</p>
<ol>
<li>Add support of ftWideString parameter data type
</li>
<li>Fixed error if length of TxQuery's SQL line is longer than 128 characters. This only affect unicode version of Delphi.
</li>
</ol>
<p><strong>2.0 Release on 02 Dec 2009
</strong>
</p>
<ol>
<li>
<div><span>Review and Patched for Delphi 2007, 2009 and 2010
</span>
</div></li>
<li>
<div><span>Open source the software
</span>
</div>
</li>
</ol>
</body></html>