Tag: Open Source

Community

The issue with FillSchema

(Reggie Burnett) Connector/Net’s MySqlDataAdapter class has a method named FillSchema. This method is intended to populate the metadata for a given query without actually returning any of the data from the query. The only syntax that MySQL has to help with this is SQL_SELECT_LIMIT which limits the

Community

PostgreSQL table audit

(Lorenzo Alberton) In our big-brother-esque age, we like to have everything under control. While in real life it may not always be a good thing, we certainly want to know what happens to our data. I’ve seen all sort of solutions to log database changes, many of them in PHP or some other language, b