sgpatil / oriquent

Orientdb Eloquent driver for Laravel 5
MIT License
47 stars 15 forks source link

Fixing boolean when insert #11

Closed pin-cnx closed 8 years ago

pin-cnx commented 8 years ago

2 things is fixed. 1.) support the orientdb as a secondary connection cause I use Postgre as primary DB. don't worries this will not broke the old source code. you can still use the orientdb as primary connection.it just an optional to use orientdb as secondary. (I have tweaked the README file.) 2.)I accidentally reformat the source code again :P this one I fix the boolean column get rejected when you insert so I have to rewrite the function compileInsert again to support boolean type.