lessql icon indicating copy to clipboard operation
lessql copied to clipboard

Do you mention that you can do $this->pdo to access to PDO instance?

Open filisko opened this issue 8 years ago • 2 comments

Hi! Well, I think that it would be nice to mention that somewhere.

filisko avatar Jun 09 '16 10:06 filisko

In the future, you'll never want to use the wrapped PDO - the next version will hopefully have a much nicer, stateless API for all SQL things.

morris avatar Jun 27 '16 16:06 morris

I back this. Please update the API guide about this. The main reason I want the PDO object is for getting the last insert ID.

goldingdamien avatar Nov 22 '18 07:11 goldingdamien