SQLdeLite Updated

- The SQLdeLite.Record.CreateInsertStatement() method now escapes single quotes properly.
- Int64's are handled property in 64-bit builds.
- cubeSQL does required ordered parameters.
- Introspection now uses the base type of the database object. This allows you to sub-class the database class without issue.