Deprecated: version_compare(): Passing null to parameter #2 ($version2) of type string is deprecated in /var/www/vhosts/shatteredmultimedia.com.au/httpdocs/wp-content/plugins/Ultimate_VC_Addons/Ultimate_VC_Addons.php on line 1485

Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /var/www/vhosts/shatteredmultimedia.com.au/httpdocs/wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-edit-conditional.php on line 22

Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /var/www/vhosts/shatteredmultimedia.com.au/httpdocs/wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-edit-conditional.php on line 28
MySQL Archives - Shattered Multimedia - Built with love
Skip to content
Shattered Multimedia – Built with love
Built with love
Shattered Multimedia - Built with love
  • Blog
  • Home
Search:
  • Blog
  • Home

Category Archives: MySQL

You are here:
  1. Home
  2. Category "MySQL"

Debugging Doctrine SQL queries

MySQL, PHP DevelopmentBy sh_adminSeptember 28, 2011Leave a comment

I recently ran into issues especially with using the Doctrine ORM with my PHP development. My issue was that sometimes database insert and update queries would fail and I would have very limited debugging tools at my disposal. You can try printing out the query but usually if you are binding values to the field…

Go to Top