Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 1719

Přidáno uživatelem Ondřej Fibich před asi 12 roky(ů)

Vydani:

- opravna verze FreenetIS 1.0.2

Oprava:

- #353: zacykleni po pridani tarifu - spusobeno chybnym dotazem has_column (SQL dotaz z nejakeho duvodu bere v potaz i okolni databaze)

Zobrazit rozdíly:

freenetis/branches/testing/application/vendors/deb/freenetis/changelog
freenetis (1.0.1) stable; hight
* Fix release (#296, #298, #299, #305, #309, #310)
-- Ondrej Fibich <ondrej.fibich@gmail.com> Tue, 28 Aug 2012 09:28:44 +0200
freenetis (1.0.2) stable; hight
* Fix release (#336, #334, #331, #329, #325, #324, #321, #320, #297)
-- Ondrej Fibich <ondrej.fibich@gmail.com> Sat, 15 Sep 2012 09:01:17 +0200
freenetis/branches/testing/system/libraries/ORM.php
$cache[$column_name] = ($this->db->query("
SELECT COUNT(*) AS count
FROM INFORMATION_SCHEMA.COLUMNS
WHERE table_name = " . $this->db->escape($this->table_name) . "
WHERE table_schema LIKE " . $this->db->escape(Config::get('db_name')) . "
AND table_name LIKE " . $this->db->escape($this->table_name) . "
AND column_name LIKE " . $this->db->escape($column_name) . "
")->current()->count == 1);
// get result
freenetis/branches/testing/version.php
* The current version of FreenetIS.
* This value must be changed by developers in a new release of FreenetIS.
*/
define('FREENETIS_VERSION', '1.0.1');
define('FREENETIS_VERSION', '1.0.2');

Také k dispozici: Unified diff