/dev/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/dev/trunk

« back to all changes in this revision

Viewing changes to classes/database.php

  • Committer: Suren A. Chilingaryan
  • Date: 2014-05-12 14:52:44 UTC
  • Revision ID: csa@dside.dyndns.org-20140512145244-zpp55xsqidbglx44
Fix MSSQL time format escaping

Show diffs side-by-side

added added

removed removed

Lines of Context:
369
369
    
370
370
    switch ($this->driver) {
371
371
        case "mysql":
372
 
            return "YmdHis";
 
372
            return "\'YmdHis\'";
373
373
        case "mssql":
374
374
            return "Ymd H:i:s";
375
375
            /* Hm. Didn't work from Linux