1. b4413be Adapt to Bison 3.8 internal yyn -> yyrule rename by Stephan Bergmann · 4 years, 7 months ago
  2. 3173e00 tdf#123150: Firebird: set UTF-8 client connection by Tamas Bunth · 7 years ago
  3. d8ba2f6 tdf#121528: Firebird stores scale as a negative number by Xisco Fauli · 7 years ago
  4. 5daf494 Resolves: tdf#125878 correct calculation of H:M:S from timestamp by Eike Rathke · 7 years ago
  5. 7bd5599 connectivity: fix memory leaks caused by OConnection::acquire() by Michael Stahl · 7 years ago
  6. 0cc10a9 tdf#122538: add index appendix for hsqldb by Julien Nabet · 7 years ago
  7. bfdae94 Avoid calling java.lang.Class.newInstance() by Stephan Bergmann · 7 years ago
  8. 97d1ba1 Resolves: rhbz#1702810 Prepare for upcoming libebook soname version bump by Milan Crha · 7 years ago
  9. 15f4f8b tdf#123999: ParameterNameSubstitution in mysqljdbc by Julien Nabet · 7 years ago
  10. bd5ef0f tdf#122129 Firebird: fix concurrency issue by Tamas Bunth · 7 years ago
  11. 63e4ca3 Related: tdf#123975 I think this needs to be initially unset by Caolán McNamara · 7 years ago
  12. 06d9cd4 tdf#122437: Combine commits for libreoffice-6-2 by Tamas Bunth · 7 years ago
  13. 9247233 tdf#106463 set new firebird connections as autocommit by default by Lionel Elie Mamane · 7 years ago
  14. d09362e Base/Mysqlc: fix schemas retrieving by Julien Nabet · 7 years ago
  15. 78335b8 tdf#122516: fix timestamp in MariaDb/mysql by Julien Nabet · 7 years ago
  16. a3c8389 tdf#120576 avoid crash during database migration by Caolán McNamara · 7 years ago
  17. 2f79333 postgresql: correctly implement XMultipleResults interface by Lionel Elie Mamane · 7 years ago
  18. b9b62d9 tdf#42949 Fix IWYU warnings in include/vcl/[B-E]* by Gabor Kelemen · 7 years ago
  19. 0143e97 Fix typos by Andrea Gelmini · 7 years ago
  20. c89a499 Adapt to C++2a char_t by Stephan Bergmann · 7 years ago
  21. 12e460d loplugin:buriedassign in avmedia..cui by Noel Grandin · 7 years ago
  22. 25ddf69 tdf#120703 PVS: V555 by Mike Kaganski · 7 years ago
  23. afbfe42 clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2 by Tamás Zolnai · 7 years ago
  24. e3560f4 Replace deprecated boost::optional::reset(val) with operator = by Mike Kaganski · 7 years ago
  25. dbe401b mysqlc: fix return value of XResultSet::next by Tamas Bunth · 7 years ago
  26. 33e47b4 Fix many Java subsequentcheck test by using JUH by Jan-Marek Glogowski · 7 years ago
  27. 84286ac Simplify and fix Java UNO API test makefiles by Jan-Marek Glogowski · 7 years ago
  28. 1cfa1d9 loplugin:unusedfields by Noel Grandin · 7 years ago
  29. 819149fb loplugin:collapseif in accessibility..cui by Noel Grandin · 7 years ago
  30. 2cb6853 Fix typo in code by Andrea Gelmini · 7 years ago
  31. e10d196 Fix typos by Andrea Gelmini · 7 years ago
  32. e07253e replace double-checked locking patterns with thread safe local statics by Mike Kaganski · 7 years ago
  33. 0c6da44 mysqlc: allow multiple open statements by Tamas Bunth · 7 years ago
  34. d0568b6 coverity#1440839: COPY_PASTE_ERROR by Julien Nabet · 7 years ago
  35. 8467d76 fix signatures of deleted copy/assign operators by Noel Grandin · 7 years ago
  36. a626bdd gbuild: rename value OS=IOS to OS=iOS by Michael Stahl · 7 years ago
  37. 39e0bbf mysqlc: filter schema in getColumns by Tamas Bunth · 7 years ago
  38. 4326fb3 Fix build on Haiku by Kacper Kasper · 8 years ago
  39. e33424d mysqlc: Add support for mediumnint and char types by Tamas Bunth · 7 years ago
  40. 41eeaac loplugin:oncevar by Noel Grandin · 7 years ago
  41. dc18587 tdf#120703 (PVS): V519 The variable is assigned values twice successively by Mike Kaganski · 7 years ago
  42. 33623f3 tdf#42949 Fix IWYU warnings in include/unotools/* by Gabor Kelemen · 7 years ago
  43. 9b6906b tdf#120713 correctly handle boolean values in filters by Lionel Elie Mamane · 7 years ago
  44. a852007 loplugin:unusedmethods by Noel Grandin · 7 years ago
  45. 6f50961 remove more rtl::OUString and OString prefixes by Noel Grandin · 7 years ago
  46. 0b01a95 Add 5 properties to not pass to JDBC driver by Julien Nabet · 7 years ago
  47. a8a461b clang-tidy performance-unnecessary-copy-init in canvas..cui by Noel Grandin · 7 years ago
  48. c816cb8 pvs-studio: V571 Recurring check by Caolán McNamara · 7 years ago
  49. e04e7a7 Add unit test for mysqlc connector by Tamas Bunth · 7 years ago
  50. c214597 pvs-studio: Expression 'condition == MQueryExpression::AND' is always true. by Caolán McNamara · 7 years ago
  51. 062401f queryComplete is always true by Caolán McNamara · 7 years ago
  52. 562765f pvs-studio: Expression '_par0 > 0' is always true. by Caolán McNamara · 7 years ago
  53. f222cec pvs-studio: Not all members of a class are initialized inside the constructor by Caolán McNamara · 7 years ago
  54. 2b27691 copy and paste error by Caolán McNamara · 7 years ago
  55. 9d936de clang-tidy readability-delete-null-pointer by Noel Grandin · 7 years ago
  56. 2c1b7e8 clang-tidy readability-container-size-empty by Noel Grandin · 7 years ago
  57. e61e4e5 clang-tidy readability-misleading-indentation by Noel Grandin · 7 years ago
  58. ba80f63 clang-tidy modernize-redundant-void-arg by Noel Grandin · 7 years ago
  59. 5fb66ae clang-tidy readability-simplify-boolean-expr by Noel Grandin · 7 years ago
  60. ccb2a1f clang-tidy readability-redundant-smartptr-get by Noel Grandin · 7 years ago
  61. da5c3a1 loplugin:staticvar in avmedia..connectivity by Noel Grandin · 7 years ago
  62. 1669022 loplugin:singlevalfields by Noel Grandin · 7 years ago
  63. c851864 Fix typos by Andrea Gelmini · 7 years ago
  64. d18e27c8 loplugin:simplifyconstruct by Noel Grandin · 7 years ago
  65. 49c8727 fix missing include by Noel Grandin · 7 years ago
  66. 9ec8bf8 add SvStream::TellEnd by Noel Grandin · 7 years ago
  67. b2cefc2 Revert removal of mysql jdbc connector by Tamas Bunth · 7 years ago
  68. a17ed50 Missing include (Windows --disable-pch) by Stephan Bergmann · 7 years ago
  69. 7ceee0f Extend loplugin:redundantinline to catch inline functions w/o external linkage by Stephan Bergmann · 7 years ago
  70. a53e9b1 cppcheck: variableScope by Jochen Nitschke · 7 years ago
  71. 2a962cb tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]* by Gabor Kelemen · 8 years ago
  72. 6de679c Fix some drivers xcu (connectivity/registry) by Julien Nabet · 8 years ago
  73. 690dffc Add README for xcu drivers in connectivity/registry by Julien Nabet · 8 years ago
  74. 75a48e3 Revert "Fix type for BooleanComparisonMode" by Julien Nabet · 8 years ago
  75. a9a7f32 Fix type for BooleanComparisonMode by Julien Nabet · 8 years ago
  76. bc32f78 remove remainders of mysqlc extension files by Andras Timar · 8 years ago
  77. 594d77c Fix typo by Andrea Gelmini · 8 years ago
  78. 8df9935 tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]* by Gabor Kelemen · 8 years ago
  79. 37dba4f tdf#119850 show missing mysql connector options by Tamas Bunth · 8 years ago
  80. 4c945b2 new loplugin:methodcycles by Noel Grandin · 8 years ago
  81. 3208fcb tdf#119743: add Features entries in Properties block Drivers.xcu by Julien Nabet · 8 years ago
  82. cc2fe8c Replace SAL_OVERRIDE with override in internal code by Stephan Bergmann · 8 years ago
  83. 590e44c loplugin:simplifyconstruct (clang-cl) by Stephan Bergmann · 8 years ago
  84. 206b5b2 New loplugin:external by Stephan Bergmann · 8 years ago
  85. a9d3d2b loplugin:simplifyconstruct (macOS) by Stephan Bergmann · 8 years ago
  86. f439333 mysqlc: fix XPreparedStatement::setTimestamp by Tamas Bunth · 8 years ago
  87. 25ca378 mysqlc: prep stmt: check if cursor out of range by Tamas Bunth · 8 years ago
  88. b3e8106 mysqlc: Fix XResultSet::absolute and previous by Tamas Bunth · 8 years ago
  89. 9784934 tdf#42949 Fix IWYU warnings in include/ucbhelper/* by Gabor Kelemen · 8 years ago
  90. 50921d1 -Werror,-Wunused-macros (clang-cl) by Stephan Bergmann · 8 years ago
  91. 7430dfe loplugin:unusedmethods by Noel Grandin · 8 years ago
  92. 2da4359 loplugin:constantparam by Noel Grandin · 8 years ago
  93. cc7280e tdf#42949 Fix IWYU warnings in include/cppuhelper/* by Gabor Kelemen · 8 years ago
  94. bc81319 Fix typos by Andrea Gelmini · 8 years ago
  95. ed01dc1 mysqlc: ensure cursor is not out of range by Tamas Bunth · 8 years ago
  96. c289c25 loplugin:simplifyconstruct in canvas..cui by Noel Grandin · 8 years ago
  97. 16afac7 loplugin:useuniqueptr in OResultSetMetaData by Noel Grandin · 8 years ago
  98. 897f9c0 mysqlc: implement beforeFirst and fix findColumn by Tamas Bunth · 8 years ago
  99. 9b75c54 tdf#119615 Ownership of m_aFields is.. by Tamas Bunth · 8 years ago
  100. d2a1ca7 mysqlc: implement getImpotedKeys by Tamas Bunth · 8 years ago