File tree 2 files changed +12
-4
lines changed
2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG - Cortex ORM
2
2
3
+ 1.7.7 (06.03.2024)
4
+ * fix #121: wrong condition variable used for orHas check
5
+ * fix #125: ensure cached rel obj isn't altered by whitelist
6
+ * chore: fix load() first parameter type
7
+
8
+ 1.7.6 (23.01.2023)
9
+ * fix: wrong driver method used
10
+
3
11
1.7.5 (27.02.2022)
4
12
* fix: compare feature did not cleanup correctly old initial array values
5
13
* add BETWEEN to to exclude list
Original file line number Diff line number Diff line change 13
13
* | | < | <| -__|-- __|
14
14
* |__|__|__||__|__|_____|_____|
15
15
*
16
- * Copyright (c) 2022 by ikkez
16
+ * Copyright (c) 2024 by ikkez
17
17
* Christian Knuth <[email protected] >
18
18
* https://github.com/ikkez/F3-Sugar/
19
19
*
20
20
* @package DB
21
- * @version 1.7.5
22
- * @date 27.02.2022
23
- * @since 24.04.2012
21
+ * @version 1.7.7
22
+ * @date 06.03.2024
23
+ * @since 22.01.2013
24
24
*/
25
25
26
26
namespace DB ;
You can’t perform that action at this time.
0 commit comments