213 次程式碼提交 (eb502c02ff7693bb36318d857985f79e7bac370c)

作者 SHA1 備註 提交日期
  dependabot-preview[bot] eb502c02ff
Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 3 年之前
  Joas Schilling 1de3b8b0ec
When it kicks in 3 年之前
  Robin Appelman 111fa47f10
remove ReconnectWrapper 3 年之前
  Daniel Kesselberg fe378200fa
Check for generic errors at last. 3 年之前
  Christoph Wurst 2c9cdc1cdb
Add our own DB exception abstraction 3 年之前
  Arthur Schiwon f9484d15cb
DB: warn on parameter number constraints 3 年之前
  Joas Schilling 3cdfe7b0f4
Don't try a transaction for the migrator on MySQL 3 年之前
  Morris Jobke dc00c8ac31
Remove "primary" option from schema builder argument $options as it is not used anymore and triggers an exception 3 年之前
  Christoph Wurst 8b64e92b92
Bump doctrine/dbal from 2.12.0 to 3.0.0 3 年之前
  Christoph Wurst 9ce3ea3368
Update license headers 3 年之前
  Christoph Wurst d89a75be0b
Update all license headers for Nextcloud 21 3 年之前
  Joas Schilling 5828f3c4f9
Prevent * and other things in the same query for Oracle 3 年之前
  Julius Härtl 36ffad5ba7
Make sure the migrations table schema is always checked 3 年之前
  Joas Schilling c1f28f8d35
Make debugging migration exceptions easier 3 年之前
  Vincent Petry a50bcdabcc
Prevent log_query to mess up regular execution flow 3 年之前
  Joas Schilling a8cb8e21c1
Add types to function builder 3 年之前
  Joas Schilling 9a3ce2f71f
Don't drop the table anymore when we create it again 3 年之前
  Robin Appelman a61a757b85
allow selecting multiple columns with SELECT DISTINCT 3 年之前
  Joas Schilling d7b5d4cb58
Revert "Revert "Installation goes brrrr"" 3 年之前
  Christoph Wurst d36155620c
Revert "Installation goes brrrr" 3 年之前
  Joas Schilling 77713ab454
Don't create a schema to check if the migrations table exists 3 年之前
  Joas Schilling dde0e73c6b
Reduce the number of schemas we generate when we just run all migrations anyway 3 年之前
  Joas Schilling d5df033ede
Create primary keys on all tables and add a command to create the afterwards 3 年之前
  Joas Schilling fbda2d1d25
Don't try to update on NotNullConstraintViolationException, only on unique or foreign key 3 年之前
  Joas Schilling 1aa9c9164d
Fix comparing the empty string for global credentials 3 年之前
  Joas Schilling d9e471771a
Update parameters 3 年之前
  Joas Schilling cb8bef1f37
Fix iLike() falsely turning escaped % and _ into wildcards 3 年之前
  Joas Schilling 3aaf2fabb1
Make sure Oracle always casts everything in the best way 3 年之前
  Joas Schilling cfc35fa49a
Fix casting to integer on Oracle 3 年之前
  Julius Härtl f49630f48c
Replace prefix in executeUpdate 3 年之前
  Roeland Jago Douma fe46149560
Psalm fixes 3 年之前
  Roeland Jago Douma 28be188fbc
Update internal connection class 3 年之前
  Morris Jobke f12e7e0e95
Fetch the logger and system config once for all query builder instances 3 年之前
  Christoph Wurst d9015a8c94
Format code to a single space around binary operators 3 年之前
  Daniel Kesselberg 0e3ddf1b27
Add explicit typecast for $value. 3 年之前
  Daniel Kesselberg 64b10f61df
Update signature for set 3 年之前
  Daniel Kesselberg 8fdb74bdd5
Update signature for in/notIn 3 年之前
  Daniel Kesselberg d14c971ad6
Update signature for like/notLike/in/notIn 3 年之前
  Joas Schilling 3212c074b9
Log the number of queries built and executed 3 年之前
  J0WI 68ce17e59b Unify links to php.net 3 年之前
  Morris Jobke 99c9423766
Remove @suppress SqlInjectionChecker 3 年之前
  Joas Schilling 50230847ce
Warn about adding NotNull columns with nullable default 3 年之前
  Christoph Wurst 2a054e6c04
Update the license headers for Nextcloud 20 3 年之前
  Morris Jobke fedf9c69d9
Use matching parameter names form interfaces and implementations 3 年之前
  Morris Jobke d7f66c36ac
Fix "misplaced variables" warning of Psalm in PHPDoc statements 3 年之前
  Daniel Kesselberg 10ac844448
Update documentation for QueryBuilder::set 3 年之前
  Daniel Kesselberg 87dd760a89
Replace TYPE with TYPES 4 年之前
  Christoph Wurst cb057829f7
Update license headers for 19 4 年之前
  Roeland Jago Douma cbcf072b23
Revert "Make sure MySQL is not saying 'this' = 'this ' is true" 4 年之前
  Joas Schilling 16e9bf2309
Make sure MySQL is not saying 'this' = 'this ' is true 4 年之前