| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove current year from source file copyright headers and update year in foo... | Marius Balteanu | 2024-02-26 | 1 | -1/+1 |
* | Use tx_isolation for MySQL lower than 8. (#39437). | Marius Balteanu | 2023-11-19 | 1 | -0/+4 |
* | Update copyright year to 2023 (#38141). | Go MAEDA | 2023-01-01 | 1 | -1/+1 |
* | Update copyright year in source files to 2022 (#36379). | Go MAEDA | 2022-01-02 | 1 | -1/+1 |
* | Explicitly specify escape character using an ESCAPE on SQLite (#35073). | Marius Balteanu | 2021-10-09 | 1 | -1/+3 |
* | Update copyright year in source files to 2021 (#33069). | Go MAEDA | 2021-03-25 | 1 | -1/+1 |
* | shorten long line of lib/redmine/database.rb | Toshi MARUYAMA | 2020-12-04 | 1 | -2/+7 |
* | add Redmine::Database.sqlite? as with postgresql? and postgresql? | Toshi MARUYAMA | 2020-04-20 | 1 | -0/+5 |
* | Update copyright year in source files to 2020 (#33069). | Go MAEDA | 2020-03-03 | 1 | -1/+1 |
* | Fix that date grouping for MySQL is not working (#32046, #13803). | Go MAEDA | 2019-09-12 | 1 | -1/+1 |
* | Update copyright year. | Go MAEDA | 2019-05-25 | 1 | -1/+1 |
* | Use Regexp#match? to reduce allocations of MatchData object (#28940). | Go MAEDA | 2019-03-27 | 1 | -2/+2 |
* | Enable frozen_string_literal for some files under app and lib directory (#265... | Go MAEDA | 2019-03-16 | 1 | -1/+1 |
* | Add "frozen_string_literal: false" for all files (#26561). | Go MAEDA | 2019-03-15 | 1 | -0/+2 |
* | Implement date grouping for MySQL (#13803). | Jean-Philippe Lang | 2018-12-16 | 1 | -0/+8 |
* | Allow issues grouping by creation, update and closing date (#13803). | Jean-Philippe Lang | 2018-12-12 | 1 | -0/+13 |
* | Update copyright. | Jean-Philippe Lang | 2017-06-25 | 1 | -1/+1 |
* | Updates copyright for 2016. | Jean-Philippe Lang | 2016-03-13 | 1 | -1/+1 |
* | SQL error with MySQL (#19657). | Jean-Philippe Lang | 2015-09-30 | 1 | -0/+5 |
* | Query doesn't work with non ASCII uppercase symbols (#20438). | Jean-Philippe Lang | 2015-08-02 | 1 | -0/+15 |
* | Support for accent insensitive search with PostgreSQL (#18801). | Jean-Philippe Lang | 2015-02-08 | 1 | -0/+53 |