Alexey Arno
|
ef7eb14979
|
dbms: Server: Adding nullable types support for arrays. Ongoing. [#METR-19266]
|
2016-09-11 10:40:47 +03:00 |
|
Alexey Arno
|
b0834368c0
|
dbms: Added support for the construction CAST(NULL, Nullable(T)). This fixes the behavior of tables which have columns whose default value is NULL. [#METR-19266]
|
2016-08-30 19:14:05 +03:00 |
|
Alexey Arno
|
9528405fe4
|
dbms: Extended CAST to nullable types. Added ALTER TABLE ... MODIFY COLUMN ... for nullable types. A column with a nullable type can have a default value in CREATE TABLE. [#METR-19266]
|
2016-08-29 19:57:59 +03:00 |
|
Alexey Arno
|
4c8d5b1630
|
dbms: fixed issue with columns having default values [#METR-19266]
|
2016-08-25 23:01:36 +03:00 |
|
Alexey Arno
|
27e095f095
|
dbms: Do not allow inserting NULLs into non-nullable columns [#METR-19266]
|
2016-08-25 17:04:26 +03:00 |
|
Alexey Arno
|
4b71823b49
|
dbms: better [#METR-19266]
|
2016-08-25 16:24:06 +03:00 |
|
Alexey Arno
|
ae2d8d9adb
|
dbms: better [#METR-19266]
|
2016-08-25 16:23:24 +03:00 |
|
Alexey Arno
|
d4da820f6c
|
dbms: Allow INSERT when source columns and target columns have compatible types up to nullability. [#METR-19266]
|
2016-08-25 15:38:47 +03:00 |
|
Alexey Arno
|
cd0541134a
|
dbms: post-testing fixes [#METR-19266]
|
2016-08-24 03:39:38 +03:00 |
|
Alexey Arno
|
e822631310
|
dbms: cleanup [#METR-19266]
|
2016-08-18 18:58:46 +03:00 |
|
Alexey Arno
|
e138621b7c
|
dbms: improvements [#METR-19266]
|
2016-08-18 17:33:56 +03:00 |
|
Alexey Arno
|
f65e7b4a0f
|
dbms: improvements [#METR-19266]
|
2016-08-18 17:25:02 +03:00 |
|
Alexey Arno
|
8b9742431e
|
dbms: cleanup [#METR-19266]
|
2016-08-17 19:31:00 +03:00 |
|
Alexey Arno
|
c4f348619d
|
dbms: cleanup [#METR-19266]
|
2016-08-17 16:38:33 +03:00 |
|
Alexey Arno
|
74ccf71a2a
|
dbms: cleanup [#METR-19266]
|
2016-08-17 14:54:21 +03:00 |
|
Alexey Arno
|
821f1e6482
|
dbms: cleanup [#METR-19266]
|
2016-08-17 01:40:05 +03:00 |
|
Alexey Arno
|
4ae075c7b9
|
dbms: temporarily rolled back change that removes isNumeric()/behavesAsNumber() because it introduces bugs [#METR-19266]
|
2016-08-17 01:32:42 +03:00 |
|
Alexey Arno
|
576bd2744f
|
dbms: temporarily rolled back change that removes isNumeric()/behavesAsNumber() because it introduces bugs [#METR-19266]
|
2016-08-17 01:32:19 +03:00 |
|
Alexey Arno
|
be2a305366
|
dbms: cleanup [#METR-19266]
|
2016-08-16 16:31:42 +03:00 |
|
Alexey Arno
|
fa700f986f
|
dbms: cleanup [#METR-19266]
|
2016-08-16 15:10:12 +03:00 |
|
Alexey Arno
|
fe79074884
|
dbms: cleanup [#METR-19266]
|
2016-08-16 14:26:17 +03:00 |
|
Alexey Arno
|
8340f8fd07
|
dbms: better [#METR-19266]
|
2016-08-15 20:10:30 +03:00 |
|
Alexey Arno
|
44a135f656
|
dbms: better [#METR-19266]
|
2016-08-15 17:36:01 +03:00 |
|
Alexey Arno
|
f4e77aaf97
|
dbms: Better code for functions processing. Code cleanup. [#METR-19266]
|
2016-08-15 14:14:29 +03:00 |
|
Alexey Arno
|
c74ee4e478
|
dbms: Code cleanup [#METR-19266]
|
2016-08-12 18:22:28 +03:00 |
|
Alexey Arno
|
8ebbc141eb
|
dbms: Code cleanup. [#METR-19266]
|
2016-08-12 17:57:39 +03:00 |
|
Alexey Arno
|
0d2b542b4c
|
dbms: Got rid of code that should have been removed a long time ago. [#METR-19266]
|
2016-08-12 17:29:02 +03:00 |
|
Alexey Arno
|
568fe119fb
|
dbms: Got rid of useless display code for CASE and IS NULL/IS NOT NULL. Also simplified CASE implementation. [#METR-19266]
|
2016-08-12 17:06:58 +03:00 |
|
Alexey Arno
|
3fcf4347cd
|
dbms: More comments. Cleanups. Moved a lot of FunctionsArray code into implementation file. [#METR-19266]
|
2016-08-11 19:47:28 +03:00 |
|
Alexey Arno
|
9896c8ce78
|
dbms: Merged from master [#METR-19266]
|
2016-08-11 17:15:27 +03:00 |
|
Alexey Arno
|
180b14eabf
|
dbms: better [#METR-19266]
|
2016-08-11 16:50:47 +03:00 |
|
Alexey Arno
|
828012c077
|
dbms: better [#METR-19266]
|
2016-08-11 03:39:12 +03:00 |
|
Alexey Arno
|
87f330627e
|
dbms: better [#METR-19266]
|
2016-08-11 03:17:30 +03:00 |
|
Alexey Milovidov
|
6cc8dadd6d
|
Fixed error [#METR-21993].
|
2016-08-11 00:20:46 +03:00 |
|
Alexey Arno
|
42cb1f690c
|
dbms: improvements [#METR-19266]
|
2016-08-11 00:15:51 +03:00 |
|
Alexey Milovidov
|
225d6bf30a
|
Fixed possible overflow [#METR-22187].
|
2016-08-10 23:09:37 +03:00 |
|
Alexey Arno
|
f5d9d0ebc9
|
Merge branch 'master' into METR-19266 [#METR-19266]
|
2016-08-10 22:13:15 +03:00 |
|
Alexey Arno
|
e2b6e10ec1
|
dbms: Various fixes + more comments [#METR-19266]
|
2016-08-10 22:12:29 +03:00 |
|
Alexey Milovidov
|
b0256b9935
|
Fixed stack overflow [#METR-22219].
|
2016-08-10 21:49:10 +03:00 |
|
Alexey Milovidov
|
d8eb52c189
|
Improvement [#METR-22352].
|
2016-08-10 10:20:21 +03:00 |
|
Alexey Milovidov
|
b51bdbd0c0
|
Allow to set 'force_restore_data' flag with creating file on local filesystem [#METR-21594], [#METR-17811].
|
2016-08-10 00:48:05 +03:00 |
|
Alexey Milovidov
|
4b41c52747
|
Attempt to improve performance of replication queue processing [#METR-22352].
|
2016-08-09 23:39:28 +03:00 |
|
Alexey Milovidov
|
bb5bdd098d
|
Whitespace [#METR-2944].
|
2016-08-09 23:39:03 +03:00 |
|
Alexey Milovidov
|
f129e94429
|
Fixed warnings on clang [#METR-2944].
|
2016-08-07 19:17:57 +03:00 |
|
Alexey Milovidov
|
30eb125100
|
Fixed error with INSERT SELECT and nested data structures [#METR-22328].
|
2016-08-07 18:13:40 +03:00 |
|
Alexey Milovidov
|
65c34e8274
|
Addition to prev. revision [#METR-2807].
|
2016-08-07 12:10:45 +03:00 |
|
Alexey Milovidov
|
6c861fe798
|
Style [#METR-2807].
|
2016-08-07 12:09:18 +03:00 |
|
Alexey Milovidov
|
0ae29e867b
|
Less wrong [#MOBMET-3953].
|
2016-08-07 11:12:58 +03:00 |
|
Alexey Milovidov
|
7dfcdbfb86
|
Fixed error in ComplexKeyCacheDictionary [#MOBMET-3953].
|
2016-08-07 09:10:15 +03:00 |
|
Alexey Milovidov
|
9fd26e381a
|
Less code [#MOBMET-3953].
|
2016-08-07 01:31:58 +03:00 |
|