-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathChanges
125 lines (86 loc) · 3.29 KB
/
Changes
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
0.50 Sun Feb 7 22:00:21 CEST 2019
- Fix for SQLite autoincrement not null fields
0.49 Sun Feb 3 23:00:21 CEST 2019
- Fixes for tables without PK for MySQL and SQLite
0.48 Sun May 22 10:38:00 CEST 2018
- Fixes of MySQL fixes
0.47 Sun May 17 12:58:00 CEST 2018
- Fixes of SQLite fixes
0.46 Sun Apr 22 19:21:00 CEST 2018
- SQLite table_info fixes
0.45 Thu Jan 04 20:46:00 CEST 2018
- fix _column for JSON
0.44 Thu Jan 04 20:04:00 CEST 2018
- fixes autoloading schema
from user namespace
0.43 Thu Jan 04 17:46:00 CEST 2018
- different fixes
0.41 Wed Jan 03 18:48:00 CEST 2018
- different fixes
0.39 Wed Dec 28 23:48:00 CEST 2017
- first step to user defined entities
0.38 Tue Oct 24 00:08:00 CEST 2017
- TO_JSON improvements
0.37 Tue Oct 24 00:08:00 CEST 2017
- json mysql fixes
0.33 Sun Oct 15 23:00:00 CEST 2017
- for_rows mysql fixes
0.32 Sat Oct 14 17:00:00 CEST 2017
- speed complex query creation up
0.31 Sat Oct 14 17:00:00 CEST 2017
- for_rows mysql fixes
0.30 Sat Oct 14 15:16:00 CEST 2017
- mysql fixes
- for_rows
0.27 Fri Aug 31 08:40:00 CEST 2017
- mysql and test fixes
0.26 Fri Aug 30 22:40:00 CEST 2017
- mysql fixes
0.23 Fri May 19 16:40:00 CEST 2017
- quote_identifier for insert and update
0.22 Thu May 11 20:00:00 CEST 2017
- more json support fixes
0.21 Thu May 11 18:00:00 CEST 2017
- fixed ->delete for the whole table
0.20 Tue May 09 23:00:00 CEST 2017
- fixed ->data on json fields
0.19 Tue May 09 20:00:00 CEST 2017
- added TO_JSON to row objects
0.18 Tue May 09 20:00:00 CEST 2017
- fixed make_object_set
0.17 Fri May 05 15:30:00 CEST 2017
- added findBy
- fixed -distinct
0.16 Wed May 03 20:14:00 CEST 2017
- added -distinct, -count and -all
0.15 Wed Feb 15 01:33:00 CEST 2017
- fix multithreading update on the same row object
0.14 Sun Dec 26 19:50:00 CEST 2016
- fix column identifier quote
- document column identifying function
0.13 Sun Dec 26 19:05:00 CEST 2016
- croak on misspelled directives
- quote column names that are scalar references
0.12 Thu Aug 22 11:45:00 CEST 2016
- remove 'redefine' warning
0.11 Thu Aug 04 11:57:00 CEST 2016
- little cleanup
0.10 Thu Aug 04 11:57:00 CEST 2016
- fixed error_message function
0.09 Mon Jul 11 20:43:00 CEST 2016
- added external connectors pool support
- added -sql and -dry_run keys
- added markUpdated($column)
0.08 Mon Apr 18 09:00:00 CEST 2016
- fix insert with only default values
0.07 Tue Feb 16 15:00:49 CEST 2016
- added JSON support
- fixed group by with column names
0.06 Thu Oct 1 20:25:49 CEST 2015
- fixed distribution content
0.05 Thu Oct 1 14:48:49 CEST 2015
- fixed distribution content
0.04 Wed Sep 30 15:29:11 CEST 2015
- fixed distribution content
0.03 Tue Sep 29 17:55:09 CEST 2015
- first CPAN distribution