Re: Jeremy, sqlite.e

new topic     » goto parent     » topic index » view thread      » older message » newer message
Jeremy Cowgar said...

So, it's a pretty simple API. Now, it does do a few things that are nice, such as when querying data, it converts the data types to the correct euphoria type (include datetime). With SQLite that appears to be a problem as I cannot get type information?

Hi

Yes, sqlite is pretty much untyped, everything is stored as a string, and returned as a string, even if you define the type at table definition time, though internally maths and date funtions are performed on the numerical values.

Chris

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu