ignoring generated classes and mappings for hibernate
0 lines of code changed in 1 file:
removed obsolete launcher
0 lines of code changed in 1 file:
the new launcher for hibernate jsp (view-hql) testing
1 lines of code changed in 1 file:
renamed config file, added explicit seed
21 lines of code changed in 3 files:
changed the tests to be more cross-platform. replaced hibernate -> view-hql
5 lines of code changed in 5 files:
getTestSF is no more
1 lines of code changed in 1 file:
added more options in the config file
improved the output (should be logging though)
43 lines of code changed in 1 file:
Trial to generate mapping and classes only when needed. Works for classes, fails for mappings, code commented out.
25 lines of code changed in 2 files:
Changing default seed to "SEED.txt", moving default.cfg.xml to test/
21 lines of code changed in 3 files:
test for an erroneous query
9 lines of code changed in 1 file:
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:
Adding getter for MDD URL
4 lines of code changed in 1 file:
Formatting code
Updating only on change in MDD file
240 lines of code changed in 1 file:
Throwing relevant exceptions on not finding field / dataDefinition
25 lines of code changed in 2 files:
made edit forms work again with "old" makumba
11 lines of code changed in 1 file:
using transactions, to fix problems with hibernate not refreshing query results after editing
13 lines of code changed in 1 file:
fixes for edit forms to work with hibernate HQL
31 lines of code changed in 4 files:
Taking default value if no property found in the configuration file
17 lines of code changed in 1 file:
Changing JAR cfg.xml name to default in order to avoid confusions with real configuration files
22 lines of code changed in 4 files:
Reading seed and prefix from hibernate configuration file
30 lines of code changed in 2 files:
Fixing CommonAST ClassCastException
74 lines of code changed in 6 files:
Implemented type recognition of functionCalls: int, real, date, char
163 lines of code changed in 5 files:
changing name of hibernate taglib
0 lines of code changed in 1 file:
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:
bypassing Attribute parameterizer & multiple attribute parameterizer for HQL queries (hibernate takes care of named parameters)
5 lines of code changed in 1 file:
hibernate test page for a simple mak:list
0 lines of code changed in 1 file:
test suite for hibernate tagib
8 lines of code changed in 1 file:
removed nonsense todo comment
1 lines of code changed in 1 file:
Added type recognition for the case where they're subqueries
55 lines of code changed in 3 files:
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:
reverted the type to dummy as we can't determine it anyway
3 lines of code changed in 1 file:
made it work with hibernate_ projections
3 lines of code changed in 1 file:
Added type support for parameters, and added according tests
167 lines of code changed in 5 files:
Testing if arithmetic operations are allowed
17 lines of code changed in 1 file:
Added tests for arithmetic operations on litterals, added int field to Person.mdd
61 lines of code changed in 2 files:
using named resource cache for hql analyzer
18 lines of code changed in 2 files:
Added several tests about intEnum
125 lines of code changed in 1 file:
Fixed bug in external set
5 lines of code changed in 1 file:
Added trim to description setting
3 lines of code changed in 1 file:
Adding some tests
52 lines of code changed in 1 file:
removed some printouts
4 lines of code changed in 1 file:
refactored ObjectType, added FROM analysis, fixed some JOIN bugs
224 lines of code changed in 7 files:
reformatted, made inner queries work even with JOIN instead of comma
398 lines of code changed in 2 files:
Using only jar MDDs
9 lines of code changed in 1 file:
JUnit test for HQLAnalyzer
145 lines of code changed in 1 file:
better error messages
9 lines of code changed in 1 file:
selecting p.id instead of p when automatically adding projections
5 lines of code changed in 1 file:
fixed bug
1 lines of code changed in 1 file:
fixed small bugs
4 lines of code changed in 2 files:
it proved not to be a good idea, removing
0 lines of code changed in 1 file:
query runner adapted to changes in HQL analyzer
43 lines of code changed in 1 file:
new SF manager - generic empty-parameter method for creating a Session
28 lines of code changed in 1 file:
cristi fixed problems in the analyzer
14 lines of code changed in 3 files:
rudi's strange formatter settings
246 lines of code changed in 2 files:
Fixing bug in returning type
50 lines of code changed in 3 files:
Passing the right-hand side parameter as a description of the returned FieldDefinitions
18 lines of code changed in 3 files:
Adding method to get a FieldInfo object and setting the Description
8 lines of code changed in 1 file:
Returning col1, col2, colX if no label/alias
3 lines of code changed in 1 file:
Returning pointer on something.id or hibernate_someField
38 lines of code changed in 1 file:
Improving the parser, first release of Analyzer
448 lines of code changed in 9 files:
Fixing navbar JS reported by Stefan through Adler
1 lines of code changed in 1 file:
fix for form-responders - adding context name to the directory to store responders
11 lines of code changed in 3 files:
fixing a bug
6 lines of code changed in 1 file:
TODO for hibernate driven Makumba
17 lines of code changed in 1 file:
Fixes to query runner for double & set types.
problems still exist with selecting pointers
41 lines of code changed in 1 file:
*real* fix when "from" keyword is not all upper case
1 lines of code changed in 1 file:
fix when "from" keyword is not all upper case
1 lines of code changed in 1 file:
(dirty) fix for getLableType method
24 lines of code changed in 1 file:
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:
Adding specfic return types in projectionType, implementing method returning the left part of the projections
52 lines of code changed in 1 file:
First version of hibernate query runner (bugs exist still with pointers and collections)
14 lines of code changed in 1 file:
fixed a little bug
17 lines of code changed in 1 file:
fix to use either makumba-OQL or hibernate-QL analyzer.
27 lines of code changed in 1 file:
adding a method w/o parameters, making the session factory a singleton
45 lines of code changed in 1 file:
refactoring & fixing column name
14 lines of code changed in 1 file:
can work without extra classpath (manu+cristi)
1 lines of code changed in 1 file:
made it work under dynamic classloader conditions (manu+cristi)
26 lines of code changed in 2 files:
fixing names of columns with no alias (columnX ==> colX)
1 lines of code changed in 1 file:
Fixing query
5 lines of code changed in 1 file:
Attempt to fix "Individual" bug
2 lines of code changed in 1 file:
Adapting constructors for general use
28 lines of code changed in 2 files:
Using HibernateSFManager
19 lines of code changed in 1 file:
First release of HibernateSFManager
68 lines of code changed in 1 file:
using hibernate queries when needed
71 lines of code changed in 7 files:
Including "issues" section in the makumba documentation
60 lines of code changed in 10 files:
Adapting table manager to not create resp. drop old makumba indexes if hibernate is used
24 lines of code changed in 1 file:
Added errors from Hibernate
19 lines of code changed in 1 file:
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).
35 lines of code changed in 3 files:
re-tagging 0.5.15
2 lines of code changed in 1 file:
First revision of OQL Analyzer for Hibernate
33 lines of code changed in 1 file:
adapted build files to handle also the makumba-hibernate TLD
5 lines of code changed in 2 files:
Analyzing the taglib URI to decided whether a makumba URI is using hibernate or not
16 lines of code changed in 1 file:
adapting web.xml of the examples and tests web-apps to know about the makumba-hibernate tag lib
15 lines of code changed in 2 files:
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: