0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 5 hours ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Change some of the exceptions More... about 11 years ago
Propogate connection errors properly. Some refactoring. More... about 11 years ago
Added link to dartdocs More... about 11 years ago
Fix up the tests More... about 11 years ago
Rename Buffer in the tests More... about 11 years ago
Adding documentation and making some more things private More... about 11 years ago
Major refactoring: moved each class into its own file; got rid of some libraries and combined them into the sqljocky package; made various classes and methods private. More... about 11 years ago
v0.4.0 More... about 11 years ago
Fix for M4 changes More... about 11 years ago
Use LogRecord streams instead of the removed LoggerHandlerList More... about 11 years ago
Remove another List.fixedLength More... about 11 years ago
Use dart:typeddata instead of dart:scalarlist More... about 11 years ago
Updates for latest SDK changes More... about 11 years ago
Minor cleanups More... about 11 years ago
Replace String.charCodes with String.codeUnits More... about 11 years ago
Increase version number More... about 11 years ago
Wrote a buffered socket connection More... about 11 years ago
Increase version number More... about 11 years ago
Use new IO library. Need to look into using streams and things properly, but it pretty much works like this... More... about 11 years ago
Merge branch 'master' of github.com:jamesots/sqljocky More... about 11 years ago
Added description of changes in v0.3 More... about 11 years ago
Include new tests in test running script More... about 11 years ago
Switch bit fields to be numbers instead of lists, and write some tests More... about 11 years ago
Still support Date class as input to prepared statements until it is removed from the SDK - but output is always DateTime More... about 11 years ago
Add main() funcs so IntelliJ will run individual tests More... about 11 years ago
Use DateTime instead of Date More... about 11 years ago
Use DateTime instead of Date More... about 11 years ago
Increase version number More... about 11 years ago
Increase version number More... about 11 years ago
Update integration test to sort of use correct async testing API More... about 11 years ago