Activity for guenne

  • guenne guenne committed [5e044e]

    JavaDoc fixes to work with Java 8 without -Xdoclint:none

  • guenne guenne committed [0d77eb]

    Replace .cvsignore with .gitignore, added .gitattributes

  • guenne guenne committed [1d5985]

    Split into multiple modules, switched from Ant to Maven.

  • guenne guenne committed [3c70bf]

    Replace package.html with package-info.java files.

  • guenne guenne committed [2e01d5]

    Fixed failing ForeignKeyConstraint unit test.

  • guenne guenne committed [1df6bf]

    Initial upload to sourceforge.net from private repository.

  • guenne guenne committed [3d0dc7]

    Initial revision -- list some known bugs and missing features.

  • guenne guenne committed [dfc8bc]

    Initial revision - schema definition for demo.

  • guenne guenne committed [759b81]

    (forceEncryption): Made private and added static get and set method.

  • guenne guenne committed [35d6c9]

    (dbUrl): No need to initialize with default value.

  • guenne guenne committed [904984]

    (main): Removed -- use `ant pobjects-test'.

  • guenne guenne committed [966174]

    Catch most specific exception and not most generic one.

  • guenne guenne committed [838514]

    Added support for `javaTypeClass' which allows to specify a subclass

  • guenne guenne committed [631daf]

    `javaTypeClass' is now supported.

  • guenne guenne committed [9f96bc]

    Added slightly better JavaDoc.

  • guenne guenne committed [6961fc]

    Added slightly better JavaDoc.

  • guenne guenne committed [56185c]

    (openContainer): Don't throw any Exception, but just what is

  • guenne guenne committed [48a645]

    (writeIndex): Fixed unclosed parenthesis in generated code.

  • guenne guenne committed [0e5d35]

    (format): New method to format the message to present it to the user.

  • guenne guenne committed [4e3bbd]

    (getResourceBundle,setResourceBundle): New methods.

  • guenne guenne committed [d103aa]

    Initial revision - International Standard Serial Number (ISSN) Type as

  • guenne guenne committed [cd0f62]

    Removed unused class.

  • guenne guenne committed [312ac8]

    (javadoc): Supply window and doctitle. Group packages.

  • guenne guenne committed [76fb39]

    (javadoc): Use external file for package/source list. Fixed link to JDK doc.

  • guenne guenne committed [45b16a]

    (fieldConstraints): Emit proper constraint definition for foreign key

  • guenne guenne committed [ebe0c8]

    Initial revision - prepare work flow support.

  • guenne guenne committed [4fcbc1]

    Add workflows.

  • guenne guenne committed [87e482]

    Initial revision - new class to group multiple arguments in DictionaryParser.

  • guenne guenne committed [04e9a1]

    Use new class ParserState to get ridge off endless argument lists.

  • guenne guenne committed [2f12e4]

    Added workflows.

  • guenne guenne committed [176b2e]

    Initial revision - new class to pass some default values of ClassDecl

  • guenne guenne committed [f82db4]

    Added support for workflows.

  • guenne guenne committed [2893f5]

    (timeStampDec): Fixed mapping of Oracle type in comment.

  • guenne guenne committed [630f77]

    (isValidTransition): New test method.

  • guenne guenne committed [c09a7c]

    (getWaitstate): New method variant that takes a name instead of an index.

  • guenne guenne committed [9549cb]

    (getSqlType): Map TimeStampType from ANSI/SQL to Oracle SQL code.

  • guenne guenne committed [288cbb]

    (addOrderBy): New variants that build the Member parameter together and/or

  • guenne guenne committed [3f441e]

    Fixed createTableEntries to work correctly with self-referencing tables.

  • guenne guenne committed [e18177]

    Removed unused class.

  • guenne guenne committed [f73281]

    (pobjects-test): Include pobjtool related tests.

  • guenne guenne committed [b892e7]

    (test-generate): Only generate code for the test modules.

  • guenne guenne committed [cccced]

    Replaced auto-generated code with hand-written one as long as the code

  • guenne guenne committed [b9a401]

    (newQuery): New variant newQuery(TableExpr, Predicate[]).

  • guenne guenne committed [73e224]

    Renamed class de.mguennewig.pobjects.metadata.Dictionary into

  • guenne guenne committed [2bf7f0]

    Adapted to new SQL type mappings.

  • guenne guenne committed [b52865]

    Added known bug that can occur with Oracle as database.

  • guenne guenne committed [324221]

    (doParseClass): Fixed to handle base class of defaults correctly.

  • guenne guenne committed [3037e5]

    `type' has been deprecated and be replaced by `typeDeclaration'.

  • guenne guenne committed [75f6d5]

    (getConnection): Made final.

  • guenne guenne committed [534f87]

    (getSqlType): Added some more explicit mappings and comments why.

  • guenne guenne committed [6fc51d]

    `type' has been deprecated and be replaced by `typeDeclaration'.

  • guenne guenne committed [bc3b2b]

    Also generate metadata for Module in the Globals files.

  • guenne guenne committed [16a336]

    (parseInputEntry): Fixup references.

  • guenne guenne committed [e50f81]

    Updated JavaDoc links from Dictionary to PObjDictionary.

  • guenne guenne committed [2725a5]

    (grants): eliminate duplicate GRANT lines.

  • guenne guenne committed [eae1ce]

    (writeElement): Use Container.newQuery(TableExpr) instead of

  • guenne guenne committed [24eb8c]

    (writeParagraphDesc): New method to write ParagraphDesc Java code.

  • guenne guenne committed [ca17e2]

    Some minor cleanup.

  • guenne guenne committed [f11a5c]

    Added new tests with self-referencing tables.

  • guenne guenne committed [5180f1]

    Adapted constructor parameter sorting to the new sorting scheme of the

  • guenne guenne committed [9d9961]

    (writeClass): Fixed to include the package name in the base class if

  • guenne guenne committed [d80b8c]

    (setUserDate): Added comment for JDK5 and JDK 1.4 users.

  • guenne guenne committed [ffe469]

    Sort class constructor parameters first by class level

  • guenne guenne committed [e25ca2]

    (getModule): New method to be compatible to generated code.

  • guenne guenne committed [cffce8]

    (name): Fixed typo.

  • guenne guenne committed [1eb6d1]

    Added forgotten type `double'.

  • guenne guenne committed [167d4a]

    (getSequenceCurrentValue, getSequenceNextValue): New methods for

  • guenne guenne committed [b2b2be]

    Whitespace corrections to follow coding standard.

  • guenne guenne committed [0aeab7]

    (writeColumnMethods): Splitted into writeColumnGetMethod and

  • guenne guenne committed [64cf02]

    Include Exception message into our message if no node is given.

  • guenne guenne committed [5f82fa]

    (writeColumnGetMethod): No need to test for IdField as we never get it.

  • guenne guenne committed [195993]

    (GET_METHOD_VISUAL): New constant.

  • guenne guenne committed [56ee49]

    (parseWorkflow): Fixed so that the ProcessInstance subclass extends it

  • guenne guenne committed [6ea928]

    (getIdForVisual): New method returning the visual of the visual field

  • guenne guenne committed [3a66e6]

    (toString): Overriden to show location and room name.

  • guenne guenne committed [7dbc48]

    (formatNative): Override to use getIdForVisual() for text representation

  • guenne guenne committed [72c012]

    Added new known bug concerning sorting by reference fields.

  • guenne guenne committed [397165]

    (store): Only print a warning instead of throwing an exception if a

  • guenne guenne committed [b30f1b]

    Also generate code for the Workflow metadata.

  • guenne guenne committed [a3b903]

    javaBaseClass is already implemented.

  • guenne guenne committed [64d34d]

    Predicate.lessEquals -> Predicate.lessEqual

  • guenne guenne committed [318d67]

    (deleteAll, deleteObject, retrieveData): Fixed to not reference the

  • guenne guenne committed [5f2425]

    (writeGlobalsStart): Fixed to hand the global type declarations to the

  • guenne guenne committed [b4eaf4]

    (testQueryOrderBy): In case of an error print expected and result list.

  • guenne guenne committed [da940e]

    (execute): Fixed sorting.

  • guenne guenne committed [e1297a]

    (addParameter): Added missing support for BlobType and ClobType.

  • guenne guenne committed [fa448c]

    (appendFieldNames): Moved to super classes.

  • guenne guenne committed [c8e164]

    Fixed examples.

  • guenne guenne committed [3e0b80]

    (appendFieldNames): Moved to super classes.

  • guenne guenne committed [e4ac80]

    (appendFields): Renamed into `appendNameChangedFields'.

  • guenne guenne committed [0c09c1]

    Initial revision - New classes for easy initializing a BLOB/CLOB value.

  • guenne guenne committed [5ca508]

    (getModuleForPackage, getTableExpr): New methods.

  • guenne guenne committed [48117b]

    Added FIXME comments where the schema name is neccessary.

  • guenne guenne committed [889bc1]

    (write): Removed the not thrown IOException.

  • guenne guenne committed [8ede43]

    (serialVersionUID): Added to complete Serializable interface.

  • guenne guenne committed [1090b1]

    (parseTypeClass): Removed the not thrown DictionaryException.

  • guenne guenne committed [7c4d27]

    (evaluate): Removed unused local variable.

  • guenne guenne committed [295405]

    (tableExprs): Changed visibility from protected to private - use

  • guenne guenne committed [404f81]

    (PredicateQuery): Removed unused variants.

  • guenne guenne committed [ae3bbb]

    (serialVersionUID): Added to OkAction and CancelAction to complete

1 >
MongoDB Logo MongoDB