mitchellvanw / laravel-doctrine

NO LONGER MAINTAINED! A Doctrine 2 implementation that melts with Laravel
MIT License
187 stars 74 forks source link

Add Read/Write Connections and Fix SQLite Connections #16

Closed MitchellMcKenna closed 10 years ago

MitchellMcKenna commented 10 years ago

Implementation notes: I tried to mimic the same way Laravel detects a Read/Write Connection:

MitchellMcKenna commented 10 years ago

@mitchellvanw I've updated this pull request with the changes from #10 being merged into master. This will also fix SQLite not currently working in master.

pintomau commented 10 years ago

Yes please.

mitchellvanw commented 10 years ago

@MitchellMcKenna this is really useful and will be added. The only problem is that I'll be merging in Kirk's new database config PR #31 and that will make it so that I can't merge this in. Thanks a lot for the suggestion!