Closed zoechi closed 10 years ago
I got that error for the first time last night. It looks like its something to do with the 1.3 dev build of the SDK — I just tried with Dart 1.2 and it still works.
Didn't mean to click on close.
Thanks a lot for your quick response! Great, that indicates that I haven't introduced it with my code changes ;-) It's my first project with SqlJocky and I'm not yet very confident that it's correct how I use it but as mentioned, some things worked fine already (select, create table).
This is now fixed.
Great! works again. Thanks a lot!
DB access worked already (great package BTW) but since today I get an exception - see below: It might have been caused by Dart/package/MySQL updates/app code changes. I worked on other parts of the app for a few days, and didn't run the part with DB access since.
The exception occurred first with the published package then I changed my dependency to point to your Github repo, but that didn't change anything.
It's hard to debug because the DartEditor (Dart VM version: 1.3.0-dev.1.1 (Sun Mar 2 01:25:45 2014) on "linux_x64") I use currently doesn't highlight the correct line while debugging :-( In the whole stack trace doesn't show a reference to my custom code so I thought I ask here ;-).
Any idea?