s-panferov / deuterium

Fully typed SQL query builder for Rust [deprecated]
MIT License
168 stars 12 forks source link

feat(lib): Added MysqlAdapter #11

Closed gsingh93 closed 9 years ago

GitCop commented 9 years ago

There were the following issues with your Pull Request

Guidelines are available at https://github.com/deuterium-orm/deuterium/blob/master/CONTRIBUTING.md


This message was auto-generated by https://gitcop.com

gsingh93 commented 9 years ago

@s-panferov It looks like you need to update your travis file to use the nightly, or alternatively remove the unstable features.

s-panferov commented 9 years ago

@gsingh93 sorry for the delay, I'll try to merge this soon

gsingh93 commented 9 years ago

ping @s-panferov. Would you like me to make the travis fixes as well?

GitCop commented 9 years ago

There were the following issues with your Pull Request

Guidelines are available at https://github.com/deuterium-orm/deuterium/blob/master/CONTRIBUTING.md


This message was auto-generated by https://gitcop.com

gsingh93 commented 9 years ago

Instead of fixing Travis, I removed the unstable features, which weren't necessary anyway.

s-panferov commented 9 years ago

@gsingh93 thanks!