January 2006 Commit Log

Number of Commits:
94
Number of Active Developers:
3
cristian_bogdan 2006-01-21 04:42 Rev.: 1224

ignoring generated classes and mappings for hibernate

0 lines of code changed in 1 file:

cristian_bogdan 2006-01-21 03:45 Rev.: 1223

removed obsolete launcher

0 lines of code changed in 1 file:

cristian_bogdan 2006-01-21 03:43 Rev.: 1222

the new launcher for hibernate jsp (view-hql) testing

1 lines of code changed in 1 file:

cristian_bogdan 2006-01-21 03:42 Rev.: 1221

renamed config file, added explicit seed

21 lines of code changed in 3 files:

cristian_bogdan 2006-01-21 03:41 Rev.: 1220

changed the tests to be more cross-platform. replaced hibernate -> view-hql

5 lines of code changed in 5 files:

cristian_bogdan 2006-01-21 03:39 Rev.: 1219

getTestSF is no more

1 lines of code changed in 1 file:

cristian_bogdan 2006-01-21 03:39 Rev.: 1218

added more options in the config file
improved the output (should be logging though)

0 lines of code changed in 1 file:

manuel_gay 2006-01-20 19:53 Rev.: 1217

Trial to generate mapping and classes only when needed. Works for classes, fails for mappings, code commented out.

0 lines of code changed in 2 files:

manuel_gay 2006-01-20 17:30 Rev.: 1216

Changing default seed to "SEED.txt", moving default.cfg.xml to test/

0 lines of code changed in 3 files:

cristian_bogdan 2006-01-20 16:59 Rev.: 1215

test for an erroneous query

0 lines of code changed in 1 file:

cristian_bogdan 2006-01-20 16:59 Rev.: 1214

throwing errors instead of SemanticException as SemanticException (and RecognitionException) seem not to stop the tree walking, leading to ClassCastException (CommonAST) later on

7 lines of code changed in 1 file:

manuel_gay 2006-01-20 16:56 Rev.: 1213

Adding getter for MDD URL

4 lines of code changed in 1 file:

manuel_gay 2006-01-20 06:13 Rev.: 1212

Formatting code
Updating only on change in MDD file

240 lines of code changed in 1 file:

manuel_gay 2006-01-20 06:12 Rev.: 1211

Throwing relevant exceptions on not finding field / dataDefinition

25 lines of code changed in 2 files:

rosso_nero 2006-01-20 05:31 Rev.: 1210

made edit forms work again with "old" makumba

11 lines of code changed in 1 file:

rosso_nero 2006-01-20 05:10 Rev.: 1209

using transactions, to fix problems with hibernate not refreshing query results after editing

0 lines of code changed in 1 file:

rosso_nero 2006-01-20 05:08 Rev.: 1208

fixes for edit forms to work with hibernate HQL

0 lines of code changed in 4 files:

manuel_gay 2006-01-20 04:10 Rev.: 1207

Taking default value if no property found in the configuration file

0 lines of code changed in 1 file:

manuel_gay 2006-01-20 02:23 Rev.: 1206

Changing JAR cfg.xml name to default in order to avoid confusions with real configuration files

0 lines of code changed in 4 files:

manuel_gay 2006-01-20 01:33 Rev.: 1205

Reading seed and prefix from hibernate configuration file

0 lines of code changed in 2 files:

manuel_gay 2006-01-20 00:02 Rev.: 1204

Fixing CommonAST ClassCastException

0 lines of code changed in 6 files:

manuel_gay 2006-01-19 05:52 Rev.: 1203

Implemented type recognition of functionCalls: int, real, date, char

0 lines of code changed in 5 files:

rosso_nero 2006-01-19 02:56 Rev.: 1202

changing name of hibernate taglib

0 lines of code changed in 1 file:

rosso_nero 2006-01-18 06:07 Rev.: 1201

Changed method signature to get queries without makumba parameterization.
Some fixes regarding .id & hibernate_ pointers
code clean up

85 lines of code changed in 1 file:

rosso_nero 2006-01-18 05:59 Rev.: 1200

bypassing Attribute parameterizer & multiple attribute parameterizer for HQL queries (hibernate takes care of named parameters)

5 lines of code changed in 1 file:

rosso_nero 2006-01-18 05:06 Rev.: 1199

hibernate test page for a simple mak:list

0 lines of code changed in 1 file:

rosso_nero 2006-01-18 05:01 Rev.: 1198

test suite for hibernate tagib

264 lines of code changed in 1 file:

rosso_nero 2006-01-18 05:00 Rev.: 1197

removed nonsense todo comment

1 lines of code changed in 1 file:

manuel_gay 2006-01-18 04:55 Rev.: 1196

Added type recognition for the case where they're subqueries

0 lines of code changed in 3 files:

cristian_bogdan 2006-01-18 04:19 Rev.: 1195

we don't rewrite groupBy and orderBy with hibernate. we also recognize p.id and p.hibernate_citizenship

16 lines of code changed in 1 file:

cristian_bogdan 2006-01-18 04:15 Rev.: 1194

reverted the type to dummy as we can't determine it anyway

3 lines of code changed in 1 file:

cristian_bogdan 2006-01-18 04:14 Rev.: 1193

made it work with hibernate_ projections

0 lines of code changed in 1 file:

manuel_gay 2006-01-18 03:51 Rev.: 1192

Added type support for parameters, and added according tests

1 lines of code changed in 5 files:

manuel_gay 2006-01-18 02:03 Rev.: 1191

Testing if arithmetic operations are allowed

0 lines of code changed in 1 file:

manuel_gay 2006-01-18 02:02 Rev.: 1190

Added tests for arithmetic operations on litterals, added int field to Person.mdd

0 lines of code changed in 2 files:

rosso_nero 2006-01-18 01:42 Rev.: 1189

using named resource cache for hql analyzer

18 lines of code changed in 2 files:

manuel_gay 2006-01-18 01:02 Rev.: 1188

Added several tests about intEnum

125 lines of code changed in 1 file:

manuel_gay 2006-01-18 01:01 Rev.: 1187

Fixed bug in external set

0 lines of code changed in 1 file:

manuel_gay 2006-01-18 01:01 Rev.: 1186

Added trim to description setting

3 lines of code changed in 1 file:

manuel_gay 2006-01-17 22:53 Rev.: 1185

Adding some tests

52 lines of code changed in 1 file:

cristian_bogdan 2006-01-17 19:10 Rev.: 1184

removed some printouts

4 lines of code changed in 1 file:

cristian_bogdan 2006-01-17 19:03 Rev.: 1183

refactored ObjectType, added FROM analysis, fixed some JOIN bugs

224 lines of code changed in 7 files:

cristian_bogdan 2006-01-17 19:01 Rev.: 1182

reformatted, made inner queries work even with JOIN instead of comma

0 lines of code changed in 2 files:

manuel_gay 2006-01-17 17:54 Rev.: 1181

Using only jar MDDs

0 lines of code changed in 1 file:

manuel_gay 2006-01-17 17:43 Rev.: 1180

JUnit test for HQLAnalyzer

273 lines of code changed in 1 file:

cristian_bogdan 2006-01-17 15:04 Rev.: 1179

better error messages

0 lines of code changed in 1 file:

cristian_bogdan 2006-01-17 15:04 Rev.: 1178

selecting p.id instead of p when automatically adding projections

5 lines of code changed in 1 file:

cristian_bogdan 2006-01-17 15:02 Rev.: 1177

fixed bug

0 lines of code changed in 1 file:

cristian_bogdan 2006-01-17 05:55 Rev.: 1176

fixed small bugs

0 lines of code changed in 2 files:

cristian_bogdan 2006-01-17 05:54 Rev.: 1175

it proved not to be a good idea, removing

0 lines of code changed in 1 file:

rosso_nero 2006-01-17 05:27 Rev.: 1174

query runner adapted to changes in HQL analyzer

43 lines of code changed in 1 file:

rosso_nero 2006-01-17 05:26 Rev.: 1173

new SF manager - generic empty-parameter method for creating a Session

0 lines of code changed in 1 file:

manuel_gay 2006-01-17 05:01 Rev.: 1172

cristi fixed problems in the analyzer

0 lines of code changed in 3 files:

manuel_gay 2006-01-17 04:59 Rev.: 1171

rudi's strange formatter settings

299 lines of code changed in 2 files:

manuel_gay 2006-01-17 03:43 Rev.: 1170

Fixing bug in returning type

50 lines of code changed in 3 files:

manuel_gay 2006-01-17 02:25 Rev.: 1169

Passing the right-hand side parameter as a description of the returned FieldDefinitions

18 lines of code changed in 3 files:

manuel_gay 2006-01-17 02:25 Rev.: 1168

Adding method to get a FieldInfo object and setting the Description

0 lines of code changed in 1 file:

manuel_gay 2006-01-17 01:46 Rev.: 1167

Returning col1, col2, colX if no label/alias

0 lines of code changed in 1 file:

manuel_gay 2006-01-17 01:36 Rev.: 1166

Returning pointer on something.id or hibernate_someField

0 lines of code changed in 1 file:

manuel_gay 2006-01-17 01:05 Rev.: 1165

Improving the parser, first release of Analyzer

448 lines of code changed in 9 files:

manuel_gay 2006-01-16 15:41 Rev.: 1164

Fixing navbar JS reported by Stefan through Adler

1 lines of code changed in 1 file:

rosso_nero 2006-01-16 14:36 Rev.: 1163

fix for form-responders - adding context name to the directory to store responders

0 lines of code changed in 3 files:

rosso_nero 2006-01-16 01:08 Rev.: 1162

fixing a bug

0 lines of code changed in 1 file:

manuel_gay 2006-01-16 00:35 Rev.: 1161

TODO for hibernate driven Makumba

17 lines of code changed in 1 file:

rosso_nero 2006-01-15 23:52 Rev.: 1160

Fixes to query runner for double & set types.
problems still exist with selecting pointers

41 lines of code changed in 1 file:

rosso_nero 2006-01-15 23:49 Rev.: 1159

*real* fix when "from" keyword is not all upper case

1 lines of code changed in 1 file:

rosso_nero 2006-01-15 23:48 Rev.: 1158

fix when "from" keyword is not all upper case

1 lines of code changed in 1 file:

rosso_nero 2006-01-15 23:47 Rev.: 1157

(dirty) fix for getLableType method

24 lines of code changed in 1 file:

rosso_nero 2006-01-15 23:43 Rev.: 1156

Pointer subclass for creating a pointer after a hibernate query, having the type and the internal value

15 lines of code changed in 1 file:

manuel_gay 2006-01-15 23:38 Rev.: 1155

Adding specfic return types in projectionType, implementing method returning the left part of the projections

0 lines of code changed in 1 file:

rosso_nero 2006-01-15 20:56 Rev.: 1154

First version of hibernate query runner (bugs exist still with pointers and collections)

14 lines of code changed in 1 file:

cristian_bogdan 2006-01-15 20:49 Rev.: 1153

fixed a little bug

17 lines of code changed in 1 file:

rosso_nero 2006-01-15 20:32 Rev.: 1152

fix to use either makumba-OQL or hibernate-QL analyzer.

27 lines of code changed in 1 file:

rosso_nero 2006-01-15 20:31 Rev.: 1151

adding a method w/o parameters, making the session factory a singleton

45 lines of code changed in 1 file:

rosso_nero 2006-01-15 20:17 Rev.: 1150

refactoring & fixing column name

0 lines of code changed in 1 file:

manuel_gay 2006-01-15 19:58 Rev.: 1149

can work without extra classpath (manu+cristi)

0 lines of code changed in 1 file:

manuel_gay 2006-01-15 19:56 Rev.: 1148

made it work under dynamic classloader conditions (manu+cristi)

0 lines of code changed in 2 files:

rosso_nero 2006-01-15 17:22 Rev.: 1147

fixing names of columns with no alias (columnX ==> colX)

0 lines of code changed in 1 file:

manuel_gay 2006-01-15 16:50 Rev.: 1146

Fixing query

0 lines of code changed in 1 file:

manuel_gay 2006-01-15 16:46 Rev.: 1145

Attempt to fix "Individual" bug

0 lines of code changed in 1 file:

manuel_gay 2006-01-15 16:46 Rev.: 1144

Adapting constructors for general use

0 lines of code changed in 2 files:

manuel_gay 2006-01-15 16:42 Rev.: 1143

Using HibernateSFManager

0 lines of code changed in 1 file:

manuel_gay 2006-01-15 16:42 Rev.: 1142

First release of HibernateSFManager

232 lines of code changed in 1 file:

cristian_bogdan 2006-01-15 14:07 Rev.: 1141

using hibernate queries when needed

1 lines of code changed in 7 files:

rosso_nero 2006-01-15 14:00 Rev.: 1140

Including "issues" section in the makumba documentation

60 lines of code changed in 10 files:

rosso_nero 2006-01-15 13:59 Rev.: 1139

Adapting table manager to not create resp. drop old makumba indexes if hibernate is used

0 lines of code changed in 1 file:

manuel_gay 2006-01-15 03:16 Rev.: 1138

Added errors from Hibernate

0 lines of code changed in 1 file:

rosso_nero 2006-01-15 03:03 Rev.: 1137

Fixing a bug with the form responder - the tomcat working directory was not set on the first time trying to write a form responder (worked only on load).

0 lines of code changed in 3 files:

cristian_bogdan 2006-01-15 02:58 Rev.: 1136

re-tagging 0.5.15

2 lines of code changed in 1 file:

manuel_gay 2006-01-15 02:55 Rev.: 1135

First revision of OQL Analyzer for Hibernate

8 lines of code changed in 1 file:

rosso_nero 2006-01-14 18:42 Rev.: 1134

adapted build files to handle also the makumba-hibernate TLD

0 lines of code changed in 2 files:

rosso_nero 2006-01-14 18:30 Rev.: 1133

Analyzing the taglib URI to decided whether a makumba URI is using hibernate or not

0 lines of code changed in 1 file:

rosso_nero 2006-01-14 18:29 Rev.: 1132

adapting web.xml of the examples and tests web-apps to know about the makumba-hibernate tag lib

0 lines of code changed in 2 files:

rosso_nero 2006-01-14 18:24 Rev.: 1131

Second tag-lib for hibernate. exact copy of existing one, just using a different name to know whether to use OQL or HQL

0 lines of code changed in 1 file:

December 2005 »

Generated by StatSVN 0.5.0