Skip to content

Commit b845853

Browse files
committed
0.4.2
* Change IBM_DB2_HOME to IBM_DB_HOME (Bimal Kumar Jha) * Document corrections (Vikas Mathur) * Fix handling of os.LookupEnv return code in installer (Eric Newsom) * Changed environment variable name DB2HOME to IBM_DB_HOME (Bimal Kumar Jha) * Updated review comment (Vikas Mathur) * Changed env variable name DB2HOME to IBM_DB_HOME (Vikas Mathur) * Connection Pooling Enhancement to create connection in advance (Bimal Kumar Jha) * Added pooling with limit on the number of connetions example (Vikas Mathur) * Update API_DOCUMENTATION.md (VIKAS MATHUR) * Documented the new APIs (Vikas Mathur) * Addressed code review commments (Vikas Mathur) * Connection Pooling - Address review comment (Vikas Mathur) * Updated Connection Pooling (Vikas Mathur) * Added Context methods (Vikas Mathur) * Updated Golang install version (Vikas Mathur) * Addressed review comments (Vikas Mathur) * Updated for Docker Linux Container (Vikas Mathur) * Script file to set environment variables (Vikas Mathur) * Script file to set enviornment variables (Vikas Mathur) * Support for version 1.17 (Vikas Mathur) * Updated concurrent map write on the pool (Vikas Mathur) * Updated Library Path and fix decimal column type error (Vikas Mathur) * Update ExecDirect_test.go (yyt) * #126 fix (Ravuri Sai Ram Akhil) * error msg changed for when using db.Query (Ravuri Sai Ram Akhil)
1 parent 1319812 commit b845853

File tree

2 files changed

+214
-0
lines changed

2 files changed

+214
-0
lines changed

CHANGES.md

Lines changed: 211 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,211 @@
1+
2022-10-25, Version 0.4.2
2+
=========================
3+
4+
* Change IBM_DB2_HOME to IBM_DB_HOME (Bimal Kumar Jha)
5+
6+
* Document corrections (Vikas Mathur)
7+
8+
* Fix handling of os.LookupEnv return code in installer (Eric Newsom)
9+
10+
* Changed environment variable name DB2HOME to IBM_DB_HOME (Bimal Kumar Jha)
11+
12+
* Updated review comment (Vikas Mathur)
13+
14+
* Changed env variable name DB2HOME to IBM_DB_HOME (Vikas Mathur)
15+
16+
* Connection Pooling Enhancement to create connection in advance (Bimal Kumar Jha)
17+
18+
* Added pooling with limit on the number of connetions example (Vikas Mathur)
19+
20+
* Update API_DOCUMENTATION.md (VIKAS MATHUR)
21+
22+
* Documented the new APIs (Vikas Mathur)
23+
24+
* Addressed code review commments (Vikas Mathur)
25+
26+
* Connection Pooling - Address review comment (Vikas Mathur)
27+
28+
* Updated Connection Pooling (Vikas Mathur)
29+
30+
* Added Context methods (Vikas Mathur)
31+
32+
* Updated Golang install version (Vikas Mathur)
33+
34+
* Addressed review comments (Vikas Mathur)
35+
36+
* Updated for Docker Linux Container (Vikas Mathur)
37+
38+
* Script file to set environment variables (Vikas Mathur)
39+
40+
* Script file to set enviornment variables (Vikas Mathur)
41+
42+
* Support for version 1.17 (Vikas Mathur)
43+
44+
* Updated concurrent map write on the pool (Vikas Mathur)
45+
46+
* Updated Library Path and fix decimal column type error (Vikas Mathur)
47+
48+
* Update ExecDirect_test.go (yyt)
49+
50+
* #126 fix (Ravuri Sai Ram Akhil)
51+
52+
* error msg changed for when using db.Query (Ravuri Sai Ram Akhil)
53+
54+
55+
2021-04-08, Version 0.4.1
56+
=========================
57+
58+
* GOARCh changed from 390 to s390x (Ravuri Sai Ram Akhil)
59+
60+
61+
2021-03-17, Version 0.4.0
62+
=========================
63+
64+
* Readme updated to 1.16 (Ravuri Sai Ram Akhil)
65+
66+
* Readme changed for 1.16 (Ravuri Sai Ram Akhil)
67+
68+
* Clidriver Dowload location updated to support go1.16 (Ravuri Sai Ram Akhil)
69+
70+
* println is removed (Ravuri Sai Ram Akhil)
71+
72+
* Precision and Scale changed Decimal and Numeric (Ravuri Sai Ram Akhil)
73+
74+
* Decimal value fix #116 (Ravuri Sai Ram Akhil)
75+
76+
* Fix an additional typo. (David Mooney)
77+
78+
* Run gofmt on API docs. (David Mooney)
79+
80+
* Run gofmt on README code samples. (David Mooney)
81+
82+
* Fix Misspell clidriver (Apipol Sukgler)
83+
84+
* setup.go support AIX. (yunbozh)
85+
86+
* Improve comment (alejandro.labad)
87+
88+
* Improved solution as it is done by sql.go (alejandro.labad)
89+
90+
* Propose solution for parametrized queries (alejandro.labad)
91+
92+
* Fix issue # 100 where store procedure output parameters was being truncated. (Rajesh Jayakumar)
93+
94+
* Support for aix (rahul-shinge)
95+
96+
97+
2020-06-02, Version 0.3.0
98+
=========================
99+
100+
* ExecDirect test case added (Ravuri Sai Ram Akhil)
101+
102+
* queryRow testcase updated and Direct Execute api added (Ravuri Sai Ram Akhil)
103+
104+
* Allow null insertion to some binary data types (Santiago De la Cruz)
105+
106+
* License requiements added (Ravuri Sai Ram Akhil)
107+
108+
* Readme updated with <= in versions (Ravuri Sai Ram Akhil)
109+
110+
* Readme updated with new line after versions (Ravuri Sai Ram Akhil)
111+
112+
* Readme updated with versions (Ravuri Sai Ram Akhil)
113+
114+
* Set 1 for default year, month and day SQL_C_TYPE_TIME (Santiago De la Cruz)
115+
116+
* c_decfloat is removed (Ravuri Sai Ram Akhil)
117+
118+
* Don't create a variable for len of data binding []byte (Santiago De la Cruz)
119+
120+
* Don't get pointer of inexistent index when data is empty binding []byte (Santiago De la Cruz)
121+
122+
* XML datatype support (Santiago De la Cruz)
123+
124+
* DCFLOAT SUPPORT FOR WINDOWS AND NON WINDOWS (Ravuri Sai Ram Akhil)
125+
126+
* Send size of LONG VARCHAR (Santiago De la Cruz)
127+
128+
* added fmt package (Santiago De la Cruz)
129+
130+
* Avoid register the driver when panic (Santiago De la Cruz)
131+
132+
* Update bug_report.md (Santiago De la Cruz)
133+
134+
* Update issue templates (Akhil Ravuri)
135+
136+
* Connection attribute link added (Ravuri Sai Ram Akhil)
137+
138+
* Connection attribute link added and create db options are defined. (Ravuri Sai Ram Akhil)
139+
140+
* comment on how to use options in createDb api (Ravuri Sai Ram Akhil)
141+
142+
* Documentation for admin operations (Ravuri Sai Ram Akhil)
143+
144+
* Create database and Drop database api support (Ravuri Sai Ram Akhil)
145+
146+
147+
2019-10-17, Version 0.2.0
148+
=========================
149+
150+
* changed query length from SQLINTEGER to SQLNTS (Ravuri Sai Ram Akhil)
151+
152+
* sql_int added in prepare (Ravuri Sai Ram Akhil)
153+
154+
* sqlnts added (Ravuri Sai Ram Akhil)
155+
156+
* added sql_nts in prepare (Ravuri Sai Ram Akhil)
157+
158+
* Boolean support for latest server (Ravuri Sai Ram Akhil)
159+
160+
* input and output parametr is added for linux (Ravuri Sai Ram Akhil)
161+
162+
* main connection string changed (Ravuri Sai Ram Akhil)
163+
164+
* sp InOut support and array insert support (Ravuri Sai Ram Akhil)
165+
166+
167+
2019-09-09, Version 0.1.1
168+
=========================
169+
170+
* readme, null terminator modified and 2GB spported (Ravuri Sai Ram Akhil)
171+
172+
* readme updated (Ravuri Sai Ram Akhil)
173+
174+
* Removed extra bytes stored for char in sql.Out (Ravuri Sai Ram Akhil)
175+
176+
* readme updated for linux2 (Ravuri Sai Ram Akhil)
177+
178+
* Support for OUT type in Stored Procedure (Ravuri Sai Ram Akhil)
179+
180+
* Now Clob supports 2GB (Ravuri Sai Ram Akhil)
181+
182+
* null terminator has been added (Ravuri Sai Ram Akhil)
183+
184+
* null terminator has been removed (Ravuri Sai Ram Akhil)
185+
186+
* null termination added for utf16 to fix binvalue error for an empty variable (Ravuri Sai Ram Akhil)
187+
188+
* pooling code updated (Ravuri Sai Ram Akhil)
189+
190+
191+
2019-05-22, Version 0.1.0
192+
=========================
193+
194+
* SQLColAttributes,HasNextResultSet has been supported (Ravuri Sai Ram Akhil)
195+
196+
* CLOB datatype is supported (Ravuri Sai Ram Akhil)
197+
198+
* String termination modified (Ravuri Sai Ram Akhil)
199+
200+
* fix for ';' issue (Ravuri Sai Ram Akhil)
201+
202+
203+
2019-05-10, Version 0.0.1
204+
=========================
205+
206+
207+
208+
2019-05-10, Version 0.0.0
209+
=========================
210+
211+
* First release!

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"version": "0.4.2"
3+
}

0 commit comments

Comments
 (0)