mysql1_dart
mysql1_dart copied to clipboard
MySQL driver for Dart
* Prevent having to specify unix socket twice * Remove un-supported parameters
I changed the create table text on my table and got an unexpected result. Here is the original (with auto_increment) : ``` CREATE TABLE task_item ( id INTEGER UNSIGNED NOT...
Querying a table containing a column of the type Point (e.g.: `select * from tableWithPoint`) results in: `Unhandled Exception: TimeoutException after 0:00:30.000000: Future not completed ` However, executing the same...
unable to use SSL and specify cert/keys to connect , ConnectionSettings does not have SSL option
[ERROR:flutter/lib/ui/ui_dart_state.cc(177)] Unhandled Exception: TimeoutException after 0:00:30.000000: Future not completed ` var db=null; try{ ConnectionSettings settings = new ConnectionSettings( host: '10.0.2.2', port: 80, user: 'root', password:'', db: 'master' ); db =...
when i try to make a simple select, the app lauchs this exception: ``` E/flutter (11252): [ERROR:flutter/lib/ui/ui_dart_state.cc(166)] Unhandled Exception: Invalid argument(s): Illegal length 0 E/flutter (11252): #0 _NativeSocket.read (dart:io-patch/socket_patch.dart:819:7) E/flutter...
when I use it on mac with the flutter. ``` var settings = new ConnectionSettings( host: 'localhost', port: 3306, user: 'xxxx', password: 'xxx', db: 'xxxx'); var conn = await MySqlConnection.connect(settings);...
There is the possibility to implement like command or stored procedure
I am converting some code from java to dart. I have found a variation in the way query works in comparison to jdbc. In Java, I do : UPDATE water_line_field...
when i open the app... 2 minutes all sql query's will work ofter that connection automatically terminates... if i relaunches the app, another 2 minutes works after then again disconnect...