Ricky Chon

Results 3 comments of Ricky Chon

Perhaps parser-level implicit casting or conversion from long to timestamp is a viable option, though I'm not sure what potential problems this may cause. Explicit casting would still be available...

> have a look at `WhereClauseParser`, this issue refers to the code, which recognises that designated, ordered timestamp column is being searched against a constant. Right now it picks up...

> Seems that the `glfwWindowHint` is misleading on GLES devices. This should work: > > ```c++ > glfwInit(); > // glfwWindowHint(GLFW_CONTEXT_VERSION_MAJOR, 4); > // glfwWindowHint(GLFW_CONTEXT_VERSION_MINOR, 0); > // glfwWindowHint(GLFW_OPENGL_PROFILE, GLFW_OPENGL_CORE_PROFILE);...