core icon indicating copy to clipboard operation
core copied to clipboard

Need feature Mysqli info

Open Arpple opened this issue 8 years ago • 1 comments

I think we should add more detail to result from the query using this mysql_info

Arpple avatar Mar 09 '17 07:03 Arpple

The drivers need to implement a generic interface, which makes this kind of platform dependent calls very difficult to integrate. You can access the driver instance, so you can always call the method yourself if your app doesn't need platform portability.

WanWizard avatar Mar 09 '17 15:03 WanWizard