Closed (outdated)
Project:
Drupal core
Version:
8.2.x-dev
Component:
block.module
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
26 Aug 2008 at 16:58 UTC
Updated:
26 Oct 2016 at 03:22 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
hswong3i commentedRemove the use of db_last_insert_id(), and also merge with http://drupal.org/node/300219 for correct schema definition.
MySQL:
PostgreSQL:
Comment #2
hswong3i commentedRevamp with drupal_write_record() for simpler handling.
When combine with simplify drupal_write_record() with db_insert() and db_update(), it can prevent the incorrect input type for
pidanduidwhen compare with using db_insert() directly.Tested with MySQL and PostgreSQL. Stand alone simpletetest, pass; simpletest when combine with http://drupal.org/node/299088, also pass.
Comment #3
hswong3i commentedUpdate based on http://drupal.org/node/316095 founding. Revamp BLOB field with nullable.
Tested with MySQL and PostgreSQL. Stand alone simpletest, pass; simpletest when combine with http://drupal.org/node/299088, also pass.
Comment #4
Anonymous (not verified) commentedThe last submitted patch failed testing.
Comment #5
marcvangendMoving this to D8 now that #147947: [DBTNG + XDB] Replace some TEXT:BIG with BLOB has been moved to D8 as well.
Comment #6
roma.k commentedComment #7
catchNot critical. May not even be valid any more.
Comment #11
tim.plunkett