sqljocky5 icon indicating copy to clipboard operation
sqljocky5 copied to clipboard

MySQL driver for Dart

Results 27 sqljocky5 issues
Sort by recently updated
recently updated
newest added
trafficstars

I am not able to use mysql1. [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: SocketException: Socket has been closed following error occurred. Please provide a solution. i am not using sqljockey.

[ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: SocketException: Socket has been closed following error occurred. Please provide a solution.

When I run this simple codes, I found the following error log. ``` import 'dart:async'; import 'package:sqljocky5/sqljocky.dart'; Future createTables(MySqlConnection conn) async { print("Creating tables ..."); await conn.execute('CREATE TABLE people (id...

Hey! Thanks for all the great work on this package. I'm currently running into an error when I try to connect to database. I just installed MySQL, with a fresh...

Could you please tell why accessing columns by name is not supported anymore (although it is on readme?)

What is the best way to clean up after a `TimeoutException` is thrown when running an SQL query? **Problem** If you have code like this: ```dart Transaction tx = ...;...

I can't find the reason for this error, please tell me how to exclude it MySQL Client Error: Connection cannot process a request for QueryStreamHandler(....) while a request is already...

preparing a closable prepare to allow caller to close the prepared statement to avoid hitting mysql prepare statement limit example: ``` Prepared prepared = await adapter.prepare("select * from users where...

i try simple command to connect my physical device to mysql database on my machine but return an error of socketException, os:Connection refused