4 files changed
+17
-8
lines changed- CHANGELOG.md+6-5
- CMakeLists.txt+3-3
- Makefile+9-1
- README.md+12-12
- include/crossdb.h+8-1
- src/admin/xdb_backup.c+9
- src/admin/xdb_shell.c+23
- src/core/xdb_cfg.h+1-1
- src/core/xdb_common.h+14-7
- src/core/xdb_crud.c+219-36
- src/core/xdb_sql.c+21-3
- src/core/xdb_sysdb.c+1-1
- src/core/xdb_table.c+5-5
- src/crossdb.c+23-6
- src/lib/xdb_str.c+3-2
- src/parser/xdb_json.c+72
- src/parser/xdb_parser_dml.c+57-18
- src/parser/xdb_parser_tbl.c+24-14
- src/parser/xdb_stmt.h+1
- src/parser/xdb_token.c+23-8
- src/parser/xdb_token.h+1
- winbuild.cmd+2-2
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
| 48 | + | |
| 49 | + | |
48 | 50 |
| |
49 | 51 |
| |
50 | 52 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
| 88 | + | |
| 89 | + | |
88 | 90 |
| |
89 | 91 |
| |
90 | 92 |
| |
|
Lines changed: 12 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
| 12 | + | |
11 | 13 |
| |
12 | 14 |
| |
13 | 15 |
| |
| |||
25 | 27 |
| |
26 | 28 |
| |
27 | 29 |
| |
| 30 | + | |
| 31 | + | |
28 | 32 |
| |
29 | 33 |
| |
30 | 34 |
| |
| |||
49 | 53 |
| |
50 | 54 |
| |
51 | 55 |
| |
52 |
| - | |
53 |
| - | |
54 |
| - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
55 | 59 |
| |
56 |
| - | |
57 |
| - | |
58 |
| - | |
59 |
| - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
60 | 64 |
| |
61 | 65 |
| |
62 | 66 |
| |
| |||
96 | 100 |
| |
97 | 101 |
| |
98 | 102 |
| |
| 103 | + | |
99 | 104 |
| |
100 | 105 |
| |
101 | 106 |
| |
|
0 commit comments