dolibarr-git
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-git] [Dolibarr/dolibarr] 04f5e7: Better type hinting for MySQL


From: Laurent Destailleur
Subject: [Dolibarr-git] [Dolibarr/dolibarr] 04f5e7: Better type hinting for MySQL database driver
Date: Tue, 12 May 2015 13:34:08 -0700

  Branch: refs/heads/develop
  Home:   https://github.com/Dolibarr/dolibarr
  Commit: 04f5e7355745a69225930daf9a4c387e1a79f05d
      
https://github.com/Dolibarr/dolibarr/commit/04f5e7355745a69225930daf9a4c387e1a79f05d
  Author: Raphaël Doursenaud <address@hidden>
  Date:   2015-05-12 (Tue, 12 May 2015)

  Changed paths:
    M htdocs/core/db/mysql.class.php

  Log Message:
  -----------
  Better type hinting for MySQL database driver


  Commit: 6e6e63db503d23d03237da0be2066b2ad58b2cf5
      
https://github.com/Dolibarr/dolibarr/commit/6e6e63db503d23d03237da0be2066b2ad58b2cf5
  Author: Raphaël Doursenaud <address@hidden>
  Date:   2015-05-12 (Tue, 12 May 2015)

  Changed paths:
    M htdocs/core/db/Database.interface.php
    M htdocs/core/db/mysql.class.php
    M htdocs/core/db/mysqli.class.php

  Log Message:
  -----------
  Better type hinting and code structure for the MySQLi database driver


  Commit: 7231ca890a46a8c442faa2925ba462278e8216e6
      
https://github.com/Dolibarr/dolibarr/commit/7231ca890a46a8c442faa2925ba462278e8216e6
  Author: Raphaël Doursenaud <address@hidden>
  Date:   2015-05-12 (Tue, 12 May 2015)

  Changed paths:
    M htdocs/core/db/mssql.class.php

  Log Message:
  -----------
  Better type hinting for the MSSQL database driver


  Commit: 4a01cf1256ca2ad5a4a90cc9198ae0c7cdd20e82
      
https://github.com/Dolibarr/dolibarr/commit/4a01cf1256ca2ad5a4a90cc9198ae0c7cdd20e82
  Author: Raphaël Doursenaud <address@hidden>
  Date:   2015-05-12 (Tue, 12 May 2015)

  Changed paths:
    M htdocs/core/db/Database.interface.php

  Log Message:
  -----------
  Better type hinting for the Database interface


  Commit: ccd14c83056bc77b9e95cec72d74a30c885af7af
      
https://github.com/Dolibarr/dolibarr/commit/ccd14c83056bc77b9e95cec72d74a30c885af7af
  Author: Raphaël Doursenaud <address@hidden>
  Date:   2015-05-12 (Tue, 12 May 2015)

  Changed paths:
    M htdocs/core/db/pgsql.class.php
    M htdocs/install/etape2.php

  Log Message:
  -----------
  Better type hinting and code structure for the PgSQL database driver


  Commit: 27d52cf2b074271cb025ec1749cee1c6e4f8ff8d
      
https://github.com/Dolibarr/dolibarr/commit/27d52cf2b074271cb025ec1749cee1c6e4f8ff8d
  Author: Raphaël Doursenaud <address@hidden>
  Date:   2015-05-12 (Tue, 12 May 2015)

  Changed paths:
    M htdocs/core/db/Database.interface.php
    M htdocs/core/db/DoliDB.class.php
    M htdocs/core/db/mssql.class.php
    M htdocs/core/db/mysql.class.php
    M htdocs/core/db/mysqli.class.php
    M htdocs/core/db/pgsql.class.php
    M htdocs/core/db/sqlite.class.php
    M htdocs/core/db/sqlite3.class.php
    M htdocs/install/check.php
    M htdocs/install/etape1.php
    M htdocs/install/etape2.php
    M htdocs/install/etape4.php
    M htdocs/install/etape5.php
    M htdocs/install/repair.php
    M htdocs/install/upgrade.php
    M htdocs/install/upgrade2.php

  Log Message:
  -----------
  Better type hinting for DoliDB


  Commit: 053f6ae4943727bb4e9178649982c7f2203bfe29
      
https://github.com/Dolibarr/dolibarr/commit/053f6ae4943727bb4e9178649982c7f2203bfe29
  Author: Raphaël Doursenaud <address@hidden>
  Date:   2015-05-12 (Tue, 12 May 2015)

  Changed paths:
    M htdocs/core/db/mssql.class.php
    M htdocs/core/db/sqlite3.class.php

  Log Message:
  -----------
  [Qual] Fixed missing return statements


  Commit: 1fdff27184b3674ef58776c38588f476527996d7
      
https://github.com/Dolibarr/dolibarr/commit/1fdff27184b3674ef58776c38588f476527996d7
  Author: Raphaël Doursenaud <address@hidden>
  Date:   2015-05-12 (Tue, 12 May 2015)

  Changed paths:
    M htdocs/core/db/sqlite3.class.php

  Log Message:
  -----------
  Fixed type hintings


  Commit: 67641280a4e6eb0b9d067f63ea3c04099cf38710
      
https://github.com/Dolibarr/dolibarr/commit/67641280a4e6eb0b9d067f63ea3c04099cf38710
  Author: Raphaël Doursenaud <address@hidden>
  Date:   2015-05-12 (Tue, 12 May 2015)

  Changed paths:
    M htdocs/core/db/mysql.class.php
    M htdocs/core/db/sqlite.class.php
    M htdocs/core/db/sqlite3.class.php

  Log Message:
  -----------
  Fixed parameter types


  Commit: 70d36dd1e3000a4934ba44f73420e68b5721d7da
      
https://github.com/Dolibarr/dolibarr/commit/70d36dd1e3000a4934ba44f73420e68b5721d7da
  Author: Raphaël Doursenaud <address@hidden>
  Date:   2015-05-12 (Tue, 12 May 2015)

  Changed paths:
    M htdocs/core/db/sqlite.class.php

  Log Message:
  -----------
  Better type hinting for the SQLite database driver


  Commit: 3fdc4ca5e0661b95397cc553af694501ee142b32
      
https://github.com/Dolibarr/dolibarr/commit/3fdc4ca5e0661b95397cc553af694501ee142b32
  Author: Raphaël Doursenaud <address@hidden>
  Date:   2015-05-12 (Tue, 12 May 2015)

  Changed paths:
    M htdocs/core/db/sqlite3.class.php

  Log Message:
  -----------
  Better type hinting for the SQLite3 database driver


  Commit: 6558c0f1f24bc5688b4bdab5606bce30c2632583
      
https://github.com/Dolibarr/dolibarr/commit/6558c0f1f24bc5688b4bdab5606bce30c2632583
  Author: Raphaël Doursenaud <address@hidden>
  Date:   2015-05-12 (Tue, 12 May 2015)

  Changed paths:
    M htdocs/core/db/mssql.class.php
    M htdocs/core/db/sqlite.class.php
    M htdocs/core/db/sqlite3.class.php

  Log Message:
  -----------
  Removed a bunch of unused variables


  Commit: 3b9388e57f1842da0c553f8cb5adc3ef03427a6d
      
https://github.com/Dolibarr/dolibarr/commit/3b9388e57f1842da0c553f8cb5adc3ef03427a6d
  Author: Raphaël Doursenaud <address@hidden>
  Date:   2015-05-12 (Tue, 12 May 2015)

  Changed paths:
    M htdocs/core/db/mssql.class.php
    M htdocs/core/db/mysql.class.php
    M htdocs/core/db/mysqli.class.php
    M htdocs/core/db/pgsql.class.php
    M htdocs/core/db/sqlite.class.php
    M htdocs/core/db/sqlite3.class.php

  Log Message:
  -----------
  Added typehinting to resultsets in database drivers


  Commit: b99d2a8276794ddc7b53199ea9ec4f89944c8104
      
https://github.com/Dolibarr/dolibarr/commit/b99d2a8276794ddc7b53199ea9ec4f89944c8104
  Author: Laurent Destailleur <address@hidden>
  Date:   2015-05-12 (Tue, 12 May 2015)

  Changed paths:
    M htdocs/core/db/Database.interface.php
    M htdocs/core/db/DoliDB.class.php
    M htdocs/core/db/mssql.class.php
    M htdocs/core/db/mysql.class.php
    M htdocs/core/db/mysqli.class.php
    M htdocs/core/db/pgsql.class.php
    M htdocs/core/db/sqlite.class.php
    M htdocs/core/db/sqlite3.class.php
    M htdocs/install/check.php
    M htdocs/install/etape1.php
    M htdocs/install/etape2.php
    M htdocs/install/etape4.php
    M htdocs/install/etape5.php
    M htdocs/install/repair.php
    M htdocs/install/upgrade.php
    M htdocs/install/upgrade2.php

  Log Message:
  -----------
  Merge pull request #2819 from GPCsolutions/typehinting

[Qual] Typehinting


Compare: 
https://github.com/Dolibarr/dolibarr/compare/cb6f23d9b652...b99d2a827679

reply via email to

[Prev in Thread] Current Thread [Next in Thread]