Large inserts and updates with $wpdb object
-
I have a large table with over 80 columns defined. When I use $wpdb->insert to insert a row, the row is not inserted, no error is returned and the last query from the wpdb object is “SHOW FULL COLUMNS FOR <table>”. Same happens when I try to update the row. There must be a limit to the number of columns or the size of he query. I can’t find any documentation on a limit. I am able to do a full row import using phpmyadmin.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Large inserts and updates with $wpdb object’ is closed to new replies.