Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2023-02-21[Releng] Update copyrightsreleases/4.22.0Eike Stepper1-10/+10
2022-11-03[580981] [DB] Add catalog parameter for DB meta data queriesRauno Ots1-10/+10
For MariaDB, the 'catalog' is used as the top level namespace separator i.e. the database name. This should be used from the connection (normally specified in the URL) as otherwise the queries return the metadata for all the tables in the database (and visible to the user) instead of only from the currently selected database Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=580981 Change-Id: I0207f1c124d434e250fa6f626c09a29a4ba5fb3b Signed-off-by: Eike Stepper <stepper@esc-net.de>
2022-02-02[Releng] Update copyrightsEike Stepper1-10/+10
2021-11-07[444055] Add ability to delete branchesEike Stepper1-10/+10
https://bugs.eclipse.org/bugs/show_bug.cgi?id=444055
2021-01-17[552510] call getIndexInfo with approximate=trueEike Stepper1-10/+10
https://bugs.eclipse.org/bugs/show_bug.cgi?id=552510
2020-10-08[567696] [DB] Make it easier to customize ITypeMappingsEike Stepper1-10/+10
https://bugs.eclipse.org/bugs/show_bug.cgi?id=567696
2020-04-12[562034] Remove deprecated package org.eclipse.net4j.db.dmlEike Stepper1-2/+0
https://bugs.eclipse.org/bugs/show_bug.cgi?id=562034
2020-04-03[546872] MySQL8 Error: "Table definition has changed" on initialising new ↵Eike Stepper1-12/+12
CDO repository https://bugs.eclipse.org/bugs/show_bug.cgi?id=546872
2020-03-29[561563] [DB] AbstractMappingStrategy.removeClassMapping() does not use a ↵Eike Stepper1-12/+12
SchemaTransaction https://bugs.eclipse.org/bugs/show_bug.cgi?id=561563
2019-12-13[558310] [Releng] Update Bundle-RequiredExecutionEnvironment to JavaSE-1.8Eike Stepper1-13/+13
https://bugs.eclipse.org/bugs/show_bug.cgi?id=558310
2019-10-29[Releng] Update copyrightsEike Stepper1-12/+12
2018-05-02[534254] [DB] Create all mapped tables lazilyEike Stepper1-12/+12
https://bugs.eclipse.org/bugs/show_bug.cgi?id=534254
2017-12-21[Releng] Add Automatic-Module-Name to bundle manifestsEike Stepper1-12/+13
2016-10-05[504014] Make merge information available in CDOCommitInfoEike Stepper1-12/+12
https://bugs.eclipse.org/bugs/show_bug.cgi?id=504014
2016-08-25[500245] Lob cache can't be deleted (streams not closed?)Eike Stepper1-12/+12
https://bugs.eclipse.org/bugs/show_bug.cgi?id=500245
2015-08-15[474681] Add mapping strategy option to support index creation on all cross ↵Eike Stepper1-12/+12
references https://bugs.eclipse.org/bugs/show_bug.cgi?id=474681
2015-07-14[Releng] Consolidate isTrackConstruction namingEike Stepper1-12/+12
2014-12-03[453173] Reduce consumed memory by DBStoreEsteban Dugueperoux1-1/+1
Have ObjectTypeTable reset its field on deactivation. Have DBField store Exception only when DBIndex.DISABLE_NULLABLE_CHECK and DBIndex.FIX_NULLABLE_INDEX_COLUMNS are at false to limit comsumed memory of DBField. Change-Id: If1a0b11e0405bcefdf0d73ff42b21f97fe8c7ca7 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=453173 Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr>
2014-10-20[447593] Already in cache when calling twiceEsteban Dugueperoux1-12/+12
"CDOTransaction.setBranch();" Update DBUtil.close() to throw a DBException instead of returning a Exception which will be ignored, when the "-Dorg.eclipse.net4j.db.close.noisy=true" is specified. Reapply partial fix of https://bugs.eclipse.org/bugs/show_bug.cgi?id=370105 , only the "readLists" part and not the "readValuesFromStatement" which is the original cause of bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=406766 . In addition update AllTests and GerritTests launch configuration to have the noisy close enabled during tests execution. Change-Id: I6ed6f2d6d0ead05873c37c43fa6f43b1b5095d2f Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=447593 Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr>
2013-07-27[413807] [Releng] Adjust for JDK 1.7Eike Stepper1-13/+14
https://bugs.eclipse.org/bugs/show_bug.cgi?id=413807 Take 7 Change-Id: I61e1725b6fdae7ad91a7ed90458b3f997a86fc59
2013-03-13[400388] Integrate the new MinimalEStoreEObjectImpl drops/I20130315-0410Eike Stepper1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=400388
2013-03-10[401763] Make CDO Server more robust against data dictionary changes Eike Stepper1-1/+2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=401763
2013-03-07[401763] Make CDO Server more robust against data dictionary changesEike Stepper1-0/+2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=401763
2012-08-02Add PreparedStatement formatterEike Stepper1-9/+9
2011-07-06[344231] [DB] Improve Statement.executeBatch result checking Eike Stepper1-9/+9
https://bugs.eclipse.org/bugs/show_bug.cgi?id=344231
2010-08-06[321108] Name starting with underscore is not handledStefan Winkler1-9/+9
https://bugs.eclipse.org/bugs/show_bug.cgi?id=321108
2010-06-25releng fixesEike Stepper1-8/+8
2010-06-25releng fixesEike Stepper1-1/+1
2009-06-27Adjust versions to 3.0.0 in development streamEike Stepper1-10/+10
2008-07-18[241121] Develop POP Process ToolingEike Stepper1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=241121
2008-06-25[238242] Enable API ToolingEike Stepper1-9/+9
https://bugs.eclipse.org/bugs/show_bug.cgi?id=238242
2008-06-03[234041] Prepare graduationEike Stepper1-4/+5
https://bugs.eclipse.org/bugs/show_bug.cgi?id=234041
2008-05-27[234041] Prepare graduationEike Stepper1-9/+9
https://bugs.eclipse.org/bugs/show_bug.cgi?id=234041
2008-05-24[233790] Adjust bundle dependenciesEike Stepper1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=233790
2008-05-22[233406] 'Eclipse-LazyStart' header is deprecatedEike Stepper1-2/+2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=233406
2008-05-21[232952] An eReference named "next" can't be saved in Derby adapterEike Stepper1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=232952
2008-05-12[231516] Turn DB adapters from fragments into pluginsEike Stepper1-0/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=231516
2008-05-10Removed versions from Net4j and CDO dependenciesEike Stepper1-1/+1
2008-01-17[214487] Use prepared statements if appropriateEike Stepper1-1/+6
https://bugs.eclipse.org/bugs/show_bug.cgi?id=214487
2007-09-24[204410] CDO test needs Net4j test dependencyEike Stepper1-0/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=204410
2007-09-21[202417] Provide Net4j buildsEike Stepper1-1/+2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=202417
2007-08-31[201839] Net4j/CDO Components must comform to incubation rulesEike Stepper1-3/+4
https://bugs.eclipse.org/bugs/show_bug.cgi?id=201839
2007-07-15*** empty log message ***Eike Stepper1-2/+1
2007-06-30task 1: Develop 0.8.0Eike Stepper1-0/+13

    Back to the top