Riyad Parvez

Results 28 comments of Riyad Parvez

Can we merge this please?

We cannot enroll our own array column type because of this line https://github.com/JetBrains/Exposed/blob/master/src/main/kotlin/org/jetbrains/exposed/sql/ColumnType.kt#L38, which unpacks the array and breaks the code.

Yes I am doing more or less similar to @lirispp example. There's no `valueToString` to override. ```kotlin fun Table.uuidArray(name: String): Column = registerColumn(name, UUIDArrayColumnType()) private class UUIDArrayColumnType : ColumnType() {...

My bad. Yes, @lirispp solution works.

Please implement SOAP 1.2.

Is there any update on this issue?

I am also seeing the same error. Is there any update on this?

This would be an amazing feature. Any update?

I think this is a bug. The program I have tried is a toy program. On Mon, Sep 14, 2015, 6:24 PM Yan [email protected] wrote: > Ahh... That's interesting. The...

Do you have any naming convention for binaries in test? On Mon, Sep 14, 2015 at 6:40 PM, Yan [email protected] wrote: > More specifically, can you give us a pull...