forked from fpco/odbc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
36 lines (29 loc) · 836 Bytes
/
CHANGELOG
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
0.3.0:
* Add support for DATETIMEOFFSET
* Add support for text-2.0
0.2.6:
* Add support for SQLSTATE
* Fix copying issues for error messages
* Add support for GHC 9.0
0.2.5:
* Add binding of parameters for text/binary
* Fix null uniqueidentifier returning non-null value
* Include column names in output
* Support WCHAR
0.2.2:
* Accept smaller int/floats in bigger types
0.2.1:
* Expose rawUnescapedText
0.2.0:
* Drop Maybes, use NullValue.
0.1.1:
* Fix Smalldatetime ToSql instance to set seconds to 0.
* Add support for numeric.
0.1.0:
* Removed instance of ToSql for LocalTime, added two new
newtypes: Datetime2 and Smalldatetime.
0.0.4:
* Improved non-Unicode field support: varchar/text treated as
actual binary, not "characters" in the SQL server sense.
0.0.3:
* Handle multiple statements in exec call.