-
-
Notifications
You must be signed in to change notification settings - Fork 12
firebird have time and date datatype why SqlType only have timestamp??? #163
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
Comments
The timestamp is an abstract date/time/timestamp representation. You can use the Line 218 in eaed2ad
|
what if I don't know the type?? My program need handle any select statement.How I can do this? |
is that possible to add field to Column.
|
If this is OK , I can open a PR. |
Maybe
t's OK for me. |
@fernandobatels how about review the PR?? |
New version v0.25.2 released |
somehow I notice that
firebird
have time datatype.why
SqlType
only have so few datatypes ???is
date
convert totimestamp
designed this way???
The text was updated successfully, but these errors were encountered: