-
Notifications
You must be signed in to change notification settings - Fork 1
/
changelog
executable file
·73 lines (46 loc) · 1.11 KB
/
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
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
0.4.2
=====
MySqlDB
-------
* Use C API instead of C++
SqlExtends
----------
* Add this class to support polymorphic object.
0.4.1
=====
Query
------
* Change column prefix from '_' to '$' to avoid double underscore in variable name that can cause undefine behaviours.
* Add alias for query return type Queryset\<T\>::result_type , Sqlobject\<T\>::result_type
SqlObjectBase
-------------
* Add [before/after]_load methods. You can now add some logical befor/after an object is created from the DB
0.4.0
=====
Fields
------
* Update DateTimeFiled for windows support
Backends
--------
* Remove extarnals dependencies for sqlite3
Cmake
-----
* Add option for each backends such as
* BUILD_SUPPORT_SQLITE3
* BUILD_SUPPORT_MYSQL
0.3.5
=====
Fields
-------
* Add DateTimeField
* Add AutoDateTimeField
* Add AutoNowDateTimeField
Add [before/after]_[save/update] methods
You can now add some logical befor/after a BD query is made
SqlObjectBase
-------------
* Add [before/after]_[save/update] methods. You can now add some logical before/after a BD query is made
0.3.4:
======
Add M2MRegister
Add M2MFilter