Skip to content

Releases: ajermakovics/lambda2sql

0.7

19 Sep 08:46
07707ea
Compare
Choose a tag to compare
Merge pull request #9 from CollinAlpert/master

Upgraded JaQue library

0.6

12 Aug 21:19
6a8eb14
Compare
Choose a tag to compare
0.6
Use java 1.8 compatibilty

0.5

13 Jul 10:24
e6b8fc9
Compare
Choose a tag to compare
0.5
  • Add SQL string quotation for strings. Otherwise the SQL query is not valid.
  • Only make first letter of variable lowercase. private String firstName; will be called "firstName" on database, not "firstname".
  • Only replace method names that start with "get". Boolean getters have the same name as the private variable. For example the getter for private boolean isUnderAge; would be public boolean isUnderAge(); and not public boolean getIsUnderAge();

0.3

18 Jun 10:26
db9a8e2
Compare
Choose a tag to compare
0.3
Update ToSqlVisitor.java

0.2

18 Jun 10:23
fb46944
Compare
Choose a tag to compare
0.2
Merge pull request #3 from CollinAlpert/patch-1

Update ToSqlVisitor.java

v0.1

25 Dec 19:33
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/ajermakovics/lambda2sql.git