-
Notifications
You must be signed in to change notification settings - Fork 695
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
missing double precision column type #358
Comments
Sorry, noticed you already made PR Code from deleted post
|
Your solve here is nice. I will keep the PR, but will use your code in conjunction with the current release. Hopefully they will get this implemented at some point. |
It's just a bandaid that can be applied from inside a project, without altering the lib. Of course proper solution is to also modify the dialect... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Most applications that use floating point no longer use Float, rather Double. I noticed that Exposed does not provide a Double column type. Whereas, if have a table such as:
Would want to be able to do the following on the kolin side:
I added this in a fork and submitted a pull request. As authors of the library you may wish to implement this differently. I need to get this out of my private repo and into the official so we can use this from gradle within our organization. Thanks!
The text was updated successfully, but these errors were encountered: