[h2] ENUM data type is not nullable?

2017-09-23 Thread Никита Карпухин
Am I correct in understanding that "Duplicate and empty values are not permitted." means that here is no way for ENUM to be null? And so the following code returns a table with the cell, which value is "HOME" because of that? CREATE TABLE TEST( WORK ENUM('HOME', 'OFFICE', 'WALK', 'ERRAND',

Re: [h2] ENUM data type is not nullable?

2017-09-23 Thread Никита Карпухин
Weird, that's on 1.4.196. By "current master" you mean compiling from github? I'll try that and see if that'll work суббота, 23 сентября 2017 г., 16:41:49 UTC+5 пользователь Noel Grandin написал: > > that sounds like a bug​, I think we might have fixed that one already, > perhaps try current

Re: [h2] ENUM data type is not nullable?

2017-09-25 Thread Никита Карпухин
for SELECT, as I said, not sure if something else needs changing. воскресенье, 24 сентября 2017 г., 18:36:03 UTC+5 пользователь Никита Карпухин написал: > > Ok, I built it from source, the bug still persists. > > суббота, 23 сентября 2017 г., 16:41:49 UTC+5 пользователь Noel Grandi

Re: [h2] ENUM data type is not nullable?

2017-09-24 Thread Никита Карпухин
Ok, I built it from source, the bug still persists. суббота, 23 сентября 2017 г., 16:41:49 UTC+5 пользователь Noel Grandin написал: > > that sounds like a bug​, I think we might have fixed that one already, > perhaps try current master > -- You received this message because you are subscribed