database

database benchmarks

  1. Settings:
  2. block cache: disabled
  3. optimize CSS: enabled
  4. optimize JS: enabled
  5. front page with one node.
  6.  
  7. HEAD:
  8. ====
  9. Page cache: disabled
  10. Requests per second:    9.77 [#/sec] (mean)

New DatabaseCondition

  1. class DatabaseCondition implements QueryConditionInterface, Countable {
  2.  
  3.   protected $conditions = array();
  4.   protected $arguments = array();
  5.  
  6.   protected $updated = TRUE;

Fix for my module is showing bug .. not sure why ..

  1. <?php # vim: set filetype=php expandtab tabstop=2 shiftwidth=2 autoindent smartindent:
  2.  
  3. /* TODO: add user billing address. User card information or other things may be .. */

Fix for my module is showing bug .. not sure why ..

  1. /*
  2.  
  3.  
  4.  
  5.     * warning: array_fill() [function.array-fill]: Number of elements must be positive in /c/projects/click_to_call/trunk/control_interface/includes/database.inc on line 235.
  6.  

Fix for my module is showing bug .. not sure why ..

  1. /*
  2.  
  3.  
  4.  
  5.     * warning: array_fill() [function.array-fill]: Number of elements must be positive in /c/projects/click_to_call/trunk/control_interface/includes/database.inc on line 235.
  6.  

my module is showing bug .. not sure why ..

  1. /*
  2.  
  3.  
  4.  
  5.     * warning: array_fill() [function.array-fill]: Number of elements must be positive in /c/projects/click_to_call/trunk/control_interface/includes/database.inc on line 235.
  6.  

Fix for schema api &#039;char&#039; datatype not working ..

  1. <?php
  2. # vim: set filetype=php expandtab tabstop=2 shiftwidth=2 autoindent smartindent:
  3. function balance_install()
  4. {
  5.   drupal_install_schema('balance');
  6. }

schema api 'char' datatype not working ..

  1. <?php # vim: set filetype=php expandtab tabstop=2 shiftwidth=2 autoindent smartindent:
  2.  
  3. function balance_install() {
  4.   drupal_install_schema('balance');
  5. }
Syndicate content