.. |
Handle
|
Fix the range checks for column indexes in the SQLite module.
|
2016-08-25 23:50:11 +03:00 |
Column.cpp
|
Assign the column index temporarily before validating to prevent exception if the currently assigned index is invalid.
|
2016-08-25 11:55:20 +03:00 |
Column.hpp
|
Perform proper range checking for columns and parameters in the SQLite statements.
|
2016-08-26 18:22:45 +03:00 |
Common.cpp
|
Rvised the API distribution system to avoid segmentation fault crashes on Linux and make the overal code cleaner.
|
2016-07-17 03:24:07 +03:00 |
Common.hpp
|
Initial implementation for the second revision of the SQLite module.
|
2016-07-10 03:00:33 +03:00 |
Connection.cpp
|
Improve the handle validation in pure squirrel methods of the Connection class from the SQLite module.
|
2016-07-10 17:34:12 +03:00 |
Connection.hpp
|
Initial implementation for the second revision of the SQLite module.
|
2016-07-10 03:00:33 +03:00 |
Constants.cpp
|
Untested revised implementation of the SQLite module.
|
2016-06-15 23:49:25 +03:00 |
Module.cpp
|
Update the module registration code to include the virtual machine as a function argument.
|
2016-07-19 21:13:56 +03:00 |
Parameter.cpp
|
Assign the parameter index temporarily before validating to prevent exception if the currently assigned index is invalid.
|
2016-08-26 01:38:58 +03:00 |
Parameter.hpp
|
Perform proper range checking for columns and parameters in the SQLite statements.
|
2016-08-26 18:22:45 +03:00 |
Statement.cpp
|
Perform proper range checking for columns and parameters in the SQLite statements.
|
2016-08-26 18:22:45 +03:00 |
Statement.hpp
|
Perform proper range checking for columns and parameters in the SQLite statements.
|
2016-08-26 18:22:45 +03:00 |
Transaction.cpp
|
Untested revised implementation of the SQLite module.
|
2016-06-15 23:49:25 +03:00 |
Transaction.hpp
|
Untested revised implementation of the SQLite module.
|
2016-06-15 23:49:25 +03:00 |