sql_commander 1.0.8
sql_commander: ^1.0.8 copied to clipboard
A SQL command chain handler and executor that is database-agnostic, with built-in support for MySQL and PostgreSQL.
1.0.8 #
- apollovm: ^0.0.45
1.0.7 #
- apollovm: ^0.0.43
1.0.6 #
-
New
CommandLog
andWithVariables
. -
Command
extendsCommandLog
. -
DBCommand
:- Added field
properties
.
- Added field
-
New
DBCommandSet
. -
SQL
:- Added field
executedSQL
, with the actual executed SQLString
.
- Added field
-
New
Procedure
: allows execution of dynamic Dart code loaded byApolloVM
. -
apollovm: ^0.0.38
1.0.5 #
SQL
:- Added
parseDateTime
andformatDateTime
. - Automatically calls
initializeDateFormatting
if needed.
- Added
1.0.4 #
- New
SQLDialect
:- Support for bytes string.
SQL
:toJson/fromJson
: support forDateTime
andUInt8List
object encoding and decoding.
1.0.3 #
- Added
parseSQLType
. SQL.fromJson
: fix enum resolution.
1.0.2 #
- Improve documentation.
- Fix library name for
sql_commander_mysql.dart
andsql_commander_postgres.dart
.
1.0.1 #
- Implemente SQL DELETE support.
1.0.0 #
- Initial version.