Home » Developing U++ » U++ Developers corner » Database portability: Sqlite3
Re: Database portability: Sqlite3 [message #7363 is a reply to message #7357] |
Sat, 23 December 2006 13:14  |
fabio
Messages: 9 Registered: November 2006
|
Promising Member |
|
|
Thanks Mirek.
Sqlite user function can't get declared type, and is not actually possible to solve problem of expressions in columns.
I try to contact sqlite team for implement 'date' column type.
No response from team ....
For date stored as text 'yyyy-mm-dd', is very simple to implement get from table (and put to table) with littles changes in sqlite text function. The only difference is the returned type: SQLITE_DATE and not SQLITE_TEXT.
User function can execute date-conversion and date-expression, but the core of sqlite must support the 'date' type.
I wait..... and .... retry.
Fabio
|
|
|
Goto Forum:
Current Time: Sun Jun 29 12:48:24 CEST 2025
Total time taken to generate the page: 0.03436 seconds
|