FaaPz / PDO

Just another PDO database library
MIT License
316 stars 103 forks source link

Moved the join clause from the SelectStatement to the StatementContainer #23

Closed kwhat closed 8 years ago

kwhat commented 8 years ago

… because it can be used for cross table filtering on any query.

FaaPz commented 8 years ago

@kwhat Let me know when I can merge the whole PR. :wink:

kwhat commented 8 years ago

@FaaPz So I am not entirely sure how many changes I need to make ;) A lot of these changes are just suggestions based on some of the interface changes I needed to make for MsSql support. I would like to keep the commits small and iterate, so let me find a good cut off point and i'll let you know. I need to focus on stabilizing the code I am using your library with for the next couple of weeks, but I'll probably start making new PR's after that.

On a related note, is there a v2 road map and/or timeline?

FaaPz commented 8 years ago

Yes, of course! I finally made a small road map, but it's far from complete... #27