-
doc: update installation and SSL connection info (Bimal Jha)
-
update: install script and install.md doc (Bimal Jha)
-
update: go version in mod and workflows files (Bimal Jha)
-
fea: add support for Macos AMR64 platform (Bimal Jha)
-
Update Go Lang version (#254) (VIKAS MATHUR)
-
Update DB Create and Drop testcase (#253) (VIKAS MATHUR)
-
Update Pooling testcases (#252) (VIKAS MATHUR)
-
update workflow file for test (Bimal Jha)
-
Update go.yml (VIKAS MATHUR)
-
fix connection issue in github action (Bimal Jha)
-
fix spacing issue by replacing tab with 4spaces (Bimal Jha)
-
Support for logging (#251) (VIKAS MATHUR)
-
Update actions (#248) (hydernaqvi)
-
Updated all testcase with error check (#249) (VIKAS MATHUR)
-
Code alignment (#244) (VIKAS MATHUR)
-
Logs at API Level (#241) (VIKAS MATHUR)
-
Cleanup Files and README (#240) (hydernaqvi)
-
z/OS Initial Port (#239) (hydernaqvi)
-
fix issue #236 Decimal value by instering as string, columnSize should be of maximum decimal precision (#237) (sirius)
-
doc: update Readme file (Bimal Jha)
-
Add env var for cli driver download url (#229) (Andrew Becher)
-
Enhance Go driver to read Db2 credentials form Evn for testing (#226) (VIKAS MATHUR)
-
Decimal value by instering as string (#223) (VIKAS MATHUR)
-
Fix for SQL_DECIMAL type uses comma as separator (#219) (VIKAS MATHUR)
-
Added INSTALL.md file and new testcases (#216) (VIKAS MATHUR)
-
Fix: pass integer values into SQLSetEnvAttr and SQLSetConnectAttr (#215) (Andrew Becher)
-
Updated README.md and changed default buffer read length for varchar field (#213) (VIKAS MATHUR)
-
Fixing Release Handle (#204) (alexcocia)
-
Added db2level check before installing clidriver (#193) (VIKAS MATHUR)
-
Fix issue #200 index out of range (#201) (VIKAS MATHUR)
-
Added new testcases (#197) (VIKAS MATHUR)
-
Added new testcases (#195) (VIKAS MATHUR)
-
Updated ExecContext and QueryContext functions (#190) (VIKAS MATHUR)
-
Change in handling of os.LookupEnv (#188) (VIKAS MATHUR)
-
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)
- GOARCh changed from 390 to s390x (Ravuri Sai Ram Akhil)
-
Readme updated to 1.16 (Ravuri Sai Ram Akhil)
-
Readme changed for 1.16 (Ravuri Sai Ram Akhil)
-
Clidriver Dowload location updated to support go1.16 (Ravuri Sai Ram Akhil)
-
println is removed (Ravuri Sai Ram Akhil)
-
Precision and Scale changed Decimal and Numeric (Ravuri Sai Ram Akhil)
-
Decimal value fix #116 (Ravuri Sai Ram Akhil)
-
Fix an additional typo. (David Mooney)
-
Run gofmt on API docs. (David Mooney)
-
Run gofmt on README code samples. (David Mooney)
-
Fix Misspell clidriver (Apipol Sukgler)
-
setup.go support AIX. (yunbozh)
-
Improve comment (alejandro.labad)
-
Improved solution as it is done by sql.go (alejandro.labad)
-
Propose solution for parametrized queries (alejandro.labad)
-
Fix issue # 100 where store procedure output parameters was being truncated. (Rajesh Jayakumar)
-
Support for aix (rahul-shinge)
-
ExecDirect test case added (Ravuri Sai Ram Akhil)
-
queryRow testcase updated and Direct Execute api added (Ravuri Sai Ram Akhil)
-
Allow null insertion to some binary data types (Santiago De la Cruz)
-
License requiements added (Ravuri Sai Ram Akhil)
-
Readme updated with <= in versions (Ravuri Sai Ram Akhil)
-
Readme updated with new line after versions (Ravuri Sai Ram Akhil)
-
Readme updated with versions (Ravuri Sai Ram Akhil)
-
Set 1 for default year, month and day SQL_C_TYPE_TIME (Santiago De la Cruz)
-
c_decfloat is removed (Ravuri Sai Ram Akhil)
-
Don't create a variable for len of data binding []byte (Santiago De la Cruz)
-
Don't get pointer of inexistent index when data is empty binding []byte (Santiago De la Cruz)
-
XML datatype support (Santiago De la Cruz)
-
DCFLOAT SUPPORT FOR WINDOWS AND NON WINDOWS (Ravuri Sai Ram Akhil)
-
Send size of LONG VARCHAR (Santiago De la Cruz)
-
added fmt package (Santiago De la Cruz)
-
Avoid register the driver when panic (Santiago De la Cruz)
-
Update bug_report.md (Santiago De la Cruz)
-
Update issue templates (Akhil Ravuri)
-
Connection attribute link added (Ravuri Sai Ram Akhil)
-
Connection attribute link added and create db options are defined. (Ravuri Sai Ram Akhil)
-
comment on how to use options in createDb api (Ravuri Sai Ram Akhil)
-
Documentation for admin operations (Ravuri Sai Ram Akhil)
-
Create database and Drop database api support (Ravuri Sai Ram Akhil)
-
changed query length from SQLINTEGER to SQLNTS (Ravuri Sai Ram Akhil)
-
sql_int added in prepare (Ravuri Sai Ram Akhil)
-
sqlnts added (Ravuri Sai Ram Akhil)
-
added sql_nts in prepare (Ravuri Sai Ram Akhil)
-
Boolean support for latest server (Ravuri Sai Ram Akhil)
-
input and output parametr is added for linux (Ravuri Sai Ram Akhil)
-
main connection string changed (Ravuri Sai Ram Akhil)
-
sp InOut support and array insert support (Ravuri Sai Ram Akhil)
-
readme, null terminator modified and 2GB spported (Ravuri Sai Ram Akhil)
-
readme updated (Ravuri Sai Ram Akhil)
-
Removed extra bytes stored for char in sql.Out (Ravuri Sai Ram Akhil)
-
readme updated for linux2 (Ravuri Sai Ram Akhil)
-
Support for OUT type in Stored Procedure (Ravuri Sai Ram Akhil)
-
Now Clob supports 2GB (Ravuri Sai Ram Akhil)
-
null terminator has been added (Ravuri Sai Ram Akhil)
-
null terminator has been removed (Ravuri Sai Ram Akhil)
-
null termination added for utf16 to fix binvalue error for an empty variable (Ravuri Sai Ram Akhil)
-
pooling code updated (Ravuri Sai Ram Akhil)
-
SQLColAttributes,HasNextResultSet has been supported (Ravuri Sai Ram Akhil)
-
CLOB datatype is supported (Ravuri Sai Ram Akhil)
-
String termination modified (Ravuri Sai Ram Akhil)
-
fix for ';' issue (Ravuri Sai Ram Akhil)
- First release!