-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathChanges
More file actions
37 lines (25 loc) · 950 Bytes
/
Changes
File metadata and controls
37 lines (25 loc) · 950 Bytes
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
Revision history for Perl extension Win32::ODBC.
2020-08-31
* version 0.036
* update pointer variables to work in 64bit as well
by Christian Walde
2013-11-28
* version 0.035
* Fix required perl version 5.6 -> 5.006.
* Add Github repo link to META.yml
* Typo fixes by David Steinbrunner
2008-06-13
* version 0.034
* moved sample.pl to eg/ subdirectory to avoid the file from
getting installed.
2008-04-15
* new version 0.033 for separate upload to CPAN
* updated email addresses
* simplified Makefile.PL
* added Changes, META.yml and ppport.h files
* renamed Test.pl to sample.pl because it doesn't generate TAP output
2005-09-18 11:15:17 rurban@x-ray.at
* ODBC/ODBC.xs: use iodbcinst.h with CYGWIN
* ODBC/ODBC.xs (_NT_ODBC_Error): use the correct
SQLINTEGER, ... types in SQLError and not the wrong from MSVC.
Older changes can be found in the HISTORY.TXT file.