-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGES.txt
More file actions
55 lines (30 loc) · 757 Bytes
/
Copy pathCHANGES.txt
File metadata and controls
55 lines (30 loc) · 757 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Changelog for sink
===========================
0.7.3 (unreleased)
------------------
- Nothing changed yet.
0.7.2 (2014-06-11)
------------------
- Change for primary key, so that primary key is created in index table space
0.7.1 (2014-02-19)
------------------
- Make copy_from backend without vacuum, so we can use it with psycopg2
- Make everything work on Windows.
0.7.0 (2013-02-13)
------------------
- Added drop.
0.6.1 (2012-12-14)
------------------
- Fixing small typo.
0.6.0 (2012-12-14)
------------------
- Improving Oracle backend.
0.4.0 (2012-12-14)
------------------
- First try at Oracle backend.
0.3 (2012-07-10)
------------------
- First public release.
0.1.0 (2012-03-23)
------------------
- Initial release.