- 27 Aug, 2020 1 commit
-
-
Carsten Rose authored
-
- 22 Dec, 2019 2 commits
-
-
Carsten Rose authored
-
Carsten Rose authored
-
- 20 Jun, 2019 1 commit
-
-
- 03 Jun, 2019 1 commit
-
-
- 20 Dec, 2018 1 commit
-
-
Carsten Rose authored
-
- 18 Dec, 2018 3 commits
-
-
Carsten Rose authored
-
Marc Egger authored
-
Marc Egger authored
-
- 17 Dec, 2018 1 commit
-
-
Carsten Rose authored
-
- 16 May, 2018 1 commit
-
-
Carsten Rose authored
-
- 26 Apr, 2018 1 commit
-
-
Carsten Rose authored
-
- 17 Feb, 2018 1 commit
-
-
Carsten Rose authored
-
- 22 Nov, 2017 3 commits
-
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
-
- 02 Nov, 2017 1 commit
-
-
Carsten Rose authored
-
- 08 Oct, 2017 1 commit
-
-
Carsten Rose authored
-
- 07 Oct, 2017 1 commit
-
-
Carsten Rose authored
-
- 28 Aug, 2017 1 commit
-
-
Carsten Rose authored
-
- 18 Aug, 2017 1 commit
-
-
Carsten Rose authored
-
- 03 Aug, 2017 1 commit
-
-
Carsten Rose authored
-
- 10 Jul, 2017 1 commit
-
-
Carsten Rose authored
First version for save - not working now. Manual.rst: document config var SYSTEM_DIRTY_RECORD_TIMEOUT_SECONDS. QuickFormQuery.php, Dirty.php: extend to support QFQ/save(). Client.php: fixed broken PHP Unit test Config.php: set default for dirtyRecordTimeout. BuildFormBootstrap.php: No dirtyUrl if dirtyMode=none. formEditor.sql: extend definition to Form.dirtyMode, new table 'Dirty' Fixed several unit tests for new tables.
-
- 12 Jun, 2017 1 commit
-
-
Carsten Rose authored
-
- 10 May, 2017 1 commit
-
-
Carsten Rose authored
-
- 09 May, 2017 1 commit
-
-
Carsten Rose authored
-
- 24 Mar, 2017 1 commit
-
-
Carsten Rose authored
Fix #3419 / typeAheadSql: Array mit nur einer Spalte oder andere KeyNamen als key / value werden nicht korrekt behandelt. TypeAhead.php: Added detection of missing ... LIMIT in FE_TYPEAHEAD_SQL. Make resultset always a two column array with columns key/value. Database.php: Added function hasLimit() and makeArrayDict().
-
- 31 May, 2016 1 commit
-
-
Carsten Rose authored
FormAction.php: cleanup Store.php: cleanup Database.php: Added TRUNCATE fixtures/Generic.sql: added Person.adrId - just as testcase
-
- 26 May, 2016 3 commits
-
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
Database.php: Fixed bug that INSERT returns affected rows. Correct is last_insert_id. Moved 'REPLACE' to behave like 'INSERT' instead of 'UPDATE. Extended Tests
-
- 28 Apr, 2016 1 commit
-
-
Carsten Rose authored
Report.php, Database.php: triggerReport() supports stat[] with num_rows, affected_rows and insert_id. rowTotal does not contain anymore inserId (last_insert_id) from fired INSERT queries. Instead num_rows or affected_rows are choosen. New: <level>.line.inserId contains the insertId.
-
- 18 Apr, 2016 1 commit
-
-
Carsten Rose authored
Database.php: sql(..., ROW_IMPLODE_ALL,...) have been confused by columns with identical columnnames (MYSQLI_ASSOC). Has been fixed now by using MYSQLI_NUM.
-
- 26 Feb, 2016 1 commit
-
-
Carsten Rose authored
-
- 10 Feb, 2016 1 commit
-
-
Carsten Rose authored
Database: Moved implementation from PDO to mysqli. Reason: mysqli_num needed for `report`, but PDO can't fetch column names than.
-
- 09 Feb, 2016 1 commit
-
-
Carsten Rose authored
-
- 02 Feb, 2016 1 commit
-
-
Carsten Rose authored
Database: renamed rowCount() to getRowCount(). Additonal error message for sql(), New: dbLog(). prepareExecute will log all fired queries.
-
- 29 Jan, 2016 1 commit
-
-
Carsten Rose authored
-
- 17 Jan, 2016 2 commits
-
-
Carsten Rose authored
-
Carsten Rose authored
-