Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

860 sql files generation #1570

Open
wants to merge 46 commits into
base: master
Choose a base branch
from

Commits on Aug 12, 2022

  1. Configuration menu
    Copy the full SHA
    cb9e16d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c01b3f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Configuration menu
    Copy the full SHA
    d560494 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0f1759 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    feaca19 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49fa75e View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Configuration menu
    Copy the full SHA
    609680b View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Configuration menu
    Copy the full SHA
    0fc0c2a View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Configuration menu
    Copy the full SHA
    13df6ad View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Improved javadoc, implemented mappedby aspect into foreignkey method,…

    … removed unnecessary List wrapper around HashMaps
    quantumfate committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    9c3cc26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6678f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Configuration menu
    Copy the full SHA
    d4d3027 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b05bd6 View commit details
    Browse the repository at this point in the history
  3. Testclass for SQL

    quantumfate committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    2acc7a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Added test classes

    quantumfate committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    a6b1613 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Configuration menu
    Copy the full SHA
    97b1c8b View commit details
    Browse the repository at this point in the history
  2. More tests

    quantumfate committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    90ec972 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Configuration menu
    Copy the full SHA
    4379a54 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Configuration menu
    Copy the full SHA
    6c70fe1 View commit details
    Browse the repository at this point in the history
  2. Primary key tests

    quantumfate committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    ae8c287 View commit details
    Browse the repository at this point in the history
  3. Foreign Key methods

    quantumfate committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    cb31316 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. implemented isFieldEntity

    quantumfate committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    8046981 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Configuration menu
    Copy the full SHA
    8fcf90e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08327c6 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. - Added JavaPlugin dependency to template project for testing purposes

    - Implemented abstract freemarker test for java class inputs
    - Implemented barebone SQL generation test
    - Rework of SQLUtil and Entity.sql template
    Lur1an committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    03dc464 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcd7f0a View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    7baaebd View commit details
    Browse the repository at this point in the history
  2. Simplified usage of AbstractJavaTemplateTest.

    Reduced functionality to process(JavaClass) method
    Lur1an committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    59e2da5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87c7afd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e7a6e0 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    8ab95ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b480ef0 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Configuration menu
    Copy the full SHA
    5008c4e View commit details
    Browse the repository at this point in the history
  2. Implemented parsing of @jointable annotation into a separate inline S…

    …QL Table for the ManyToMany relationships.
    Lur1an committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    c7e1879 View commit details
    Browse the repository at this point in the history
  3. - Removed some unneccessary Blob/Clob logic

    - Fixed test assertions
    - Fixed SQL Type mapping regex and matching order
    - Implemented test for @jointable and @manytomany
    Lur1an committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    568760b View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Adressing change-request:

    - removal of dead classes/files
    - addition of javadoc
    Lur1an committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    1da70f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    68d01a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91e996e View commit details
    Browse the repository at this point in the history
  3. Adressed change requests

    Lur1an committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    a4b065f View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Configuration menu
    Copy the full SHA
    dbe627d View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Configuration menu
    Copy the full SHA
    ab2c22b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32b5707 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Merge branch 'master' into 860_SQL_files_generation

    # Conflicts:
    #	cobigen-eclipse/cobigen-eclipse-test/.classpath
    MansourD committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    01ff76f View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Configuration menu
    Copy the full SHA
    ee312fb View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Configuration menu
    Copy the full SHA
    8cd58da View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. no message

    quantumfate committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    ddc8b7e View commit details
    Browse the repository at this point in the history