orthoxerox
orthoxerox
If you want to execute multiple statements in Oracle, you must wrap them in an anonymous block, which requires... you guessed it, `ExecuteNonQuery()`. I could use a temp table to...
I agree with @eXpl0it3r. SDL2, for example, distinguishes between `SDL_GetWindowSize()` which returns the size of the client area in scaled pixels and `SDL_GL_GetDrawableSize()` or `SDL_GetRendererOutputSize()` which return the size of...
In 0.9.4-beta the relationship is inferred only partially: ```sql create table a (id bigint primary key); create table b (id bigint primary key references a (id)); ``` The foot on...
any comment
any comment
See also #108, #612
@gafter do you have an idea how to implement them on the current CLR, or are you willing to lobby for a CLR upgrade?
@HaloFour I agree, something like partially specialized types would be a welcome addition, although now we're probably venturing into the tail end of a Zipf's distribution of feature usefulness.
Dupe of ~~#9~~#72? 😀
@gafter sorry, #72