Rob Bygrave
|
8d39b0a996
|
#940 - Allow findNative to use @Formula properties (add test for MySql := use with RawSql and findNative)
|
2017-01-09 22:29:15 +13:00 |
|
Rob Bygrave
|
0efcf1eeb3
|
Merge branch 'master' of github.com:ebean-orm/ebean
|
2017-01-09 19:40:23 +13:00 |
|
Rob Bygrave
|
335cef870f
|
#939 - Make ModifyAwareSet serializable ... (for serializable entity beans with @DbJson etc)
|
2017-01-09 19:39:54 +13:00 |
|
 Michael BenzandRob Bygrave
|
4c40962f04
|
MigrationXmlWriter adds DOCTYPE xml to avoid warning of missing external DTD in eclipse IDE. (#937)
|
2017-01-05 09:16:39 +13:00 |
|
 Nagy VilmosandRob Bygrave
|
073ea9c550
|
SQL Server boolean mapping fix (#932)
|
2017-01-01 19:52:57 +13:00 |
|
Rob Bygrave
|
88df6ffc6e
|
#931 - Refactor internals - DefaultTypeManager ...
|
2016-12-23 13:33:11 +13:00 |
|
Rob Bygrave
|
3efcfec300
|
#930 - Refactor (renames etc) for SQL Server History support
|
2016-12-23 13:18:15 +13:00 |
|
vilmos.nagy
|
9ae27ddcdd
|
SqlServer 2016 history support.
|
2016-12-22 19:22:44 +01:00 |
|
Rob Bygrave
|
7e2be20b6e
|
#925 - Change generated SQL for H2, Postgres and MySql to not use column alias'
|
2016-12-20 21:30:00 +13:00 |
|
Rob Bygrave
|
bc93a82b1a
|
#900 - Error - Can't fetch JsonDB field - org.postgresql.util.PSQLException: ERROR: could not identify an equality operator for type json
|
2016-12-20 03:00:08 +13:00 |
|
Rob Bygrave
|
84e1e12b66
|
#900 - Error - Can't fetch JsonDB field - org.postgresql.util.PSQLException: ERROR: could not identify an equality operator for type json
|
2016-12-20 02:59:47 +13:00 |
|
Rob Bygrave
|
4941134ce1
|
#922 - NPE Issue with ebean-elastic and multi-tenant Ebean ... NPE at DLoadContext line 96
|
2016-12-14 00:53:30 +13:00 |
|
Rob Bygrave
|
cf37fda3f4
|
#921 - Refactor internals - Change internal use of "findRowCount" to "findCount"
|
2016-12-13 19:51:11 +13:00 |
|
Rob Bygrave
|
fe4167ed60
|
#920 - Update DBMigration to io.ebean
|
2016-12-12 02:07:52 +13:00 |
|
Rob Bygrave
|
0eef69a277
|
#920 - Change logger package to io.ebean (e.g. for logging SQL instead of org.avaje.ebean.SQL use io.ebean.SQL)
|
2016-12-11 23:42:38 +13:00 |
|
Rob Bygrave
|
76bfd805c0
|
#919 - io.ebean package, use ebean-annotation
|
2016-12-11 23:34:29 +13:00 |
|
Rob Bygrave
|
971e2dc91b
|
#919 - io.ebean package initial
|
2016-12-11 23:23:22 +13:00 |
|
Rob Bygrave
|
514047e680
|
#918 - Remove DbMigrationConfig.generateOnStart() ... migrate to offline generation
|
2016-12-10 00:04:41 +13:00 |
|
Rob Bygrave
|
a727a98a21
|
#917 - ENH: Add findNative() ... ala automatic mapping of native SQL into object graphs / paths.
|
2016-12-09 23:45:57 +13:00 |
|
Rob Bygrave
|
e75b5e8b30
|
#916 - Refactor internals - bump use of 31 in hashes to 92821
|
2016-12-08 23:28:58 +13:00 |
|
Rob Bygrave
|
ad0e085ff5
|
#915 - Refactor internals - Change update plan to string key
|
2016-12-08 23:23:19 +13:00 |
|
Rob Bygrave
|
322a2f500d
|
No effective change - move method - BeanDescriptor.merge()
|
2016-12-08 23:01:05 +13:00 |
|
Rob Bygrave
|
8ae61074ad
|
#914 - Fix multi-tenancy support such that it automatically propagates the tenantId for lazy loading
|
2016-12-08 22:04:18 +13:00 |
|
Rob Bygrave
|
c3bc0c4975
|
#913 - IllegalArgumentException: No enum constant com.avaje.ebean.config.Platform.HSQLDB
|
2016-12-07 21:58:07 +13:00 |
|
Rob Bygrave
|
f66ea12fbf
|
#912 - Refactor - move platform specfic code into subpackages
|
2016-12-03 15:39:24 +13:00 |
|
Rob Bygrave
|
b08f1580f9
|
#910 - SQL Server update - Add ANSI based row limiter (2012+) and make as default platform
|
2016-12-03 15:10:11 +13:00 |
|
Rob Bygrave
|
5ce31b16d4
|
#910 - SQL Server update - refactor rename platform to SqlServerPlatform
|
2016-12-03 13:30:17 +13:00 |
|
Rob Bygrave
|
a5945b1d5d
|
#911 - SQL Server - remove old MsSqlServer2000Platform (expecting users migrated to SQL Server 2005+)
|
2016-12-03 13:24:52 +13:00 |
|
Rob Bygrave
|
b8577ae6d0
|
#910 - SQL Server update - tidy whitespace for MsSqlServer2005SqlLimiter
|
2016-12-03 13:19:15 +13:00 |
|
Rob Bygrave
|
14dedb7b9a
|
#910 - SQL Server update
|
2016-12-03 13:18:33 +13:00 |
|
Rob Bygrave
|
2dbd543127
|
#909 - @Lob with @Size ... produces incorrect DDL for Postgres
|
2016-12-03 08:42:46 +13:00 |
|
Rob Bygrave
|
cc989af1c6
|
#908 - Remove support for Immutable Compound Values
|
2016-12-02 22:49:00 +13:00 |
|
Rob Bygrave
|
0aad285f35
|
#907 - Remove Model.Finder ... migrate to Finder
|
2016-12-02 21:47:30 +13:00 |
|
Rob Bygrave
|
a3754e31f2
|
#906 - Add NamingConvention Support for JoinColumn (OneToMany, ManyToOne) - was PR #887
|
2016-12-02 21:21:19 +13:00 |
|
Rob Bygrave
|
dfa336239f
|
#493 - ENH: Multi-tenant support - update bootup DataSource check
|
2016-12-01 20:43:47 +13:00 |
|
Rob Bygrave
|
3a28dd0d55
|
#493 - ENH: Multi-tenant support - nice error when explicit DatabasePlatform not set, turn off DDL run automatically
|
2016-12-01 20:23:42 +13:00 |
|
Rob Bygrave
|
502e9daaf2
|
#493 - ENH: Multi-tenant support - cache tidy up
|
2016-12-01 00:27:32 +13:00 |
|
Rob Bygrave
|
b7c92aec3d
|
No effective change - rename var
|
2016-11-30 23:09:31 +13:00 |
|
Rob Bygrave
|
c0341458c3
|
#493 - ENH: Multi-tenant support
|
2016-11-29 01:34:45 +13:00 |
|
Rob Bygrave
|
c46b235eff
|
#904 - ENH: Add @PreSoftDelete @PostSoftDelete ... such that methods on beans can be used for these callbacks
|
2016-11-28 22:24:17 +13:00 |
|
Rob Bygrave
|
a585447dc9
|
#903 - Refactor: Internals, BeanPropertyAccess getter and setter methods can be cached and don't need constructor
|
2016-11-28 22:02:45 +13:00 |
|
Rob Bygrave
|
027dd1eba9
|
#899 - @Unmapped JSON, handle wildcard use (Kotlin Any)
|
2016-11-28 21:29:16 +13:00 |
|
Rob Bygrave
|
588d5c5cfa
|
#902 - EJsonWriter.write(Object object, Writer writer) ... closes the writer but should not
|
2016-11-28 21:27:14 +13:00 |
|
Rob Bygrave
|
7ba86f7cf2
|
#901 - ENH: Use "db" as default EbeanServer name
|
2016-11-26 00:54:11 +13:00 |
|
Rob Bygrave
|
609dc233a8
|
#899 - ENH: Add @UnmappedJson support ... (mostly for document store only use / ElasticSearch)
|
2016-11-25 23:58:55 +13:00 |
|
Rob Bygrave
|
ff325057c4
|
#882 - ENH: Support document store only - Add Query.setDocIndexName()
|
2016-11-25 21:18:16 +13:00 |
|
Rob Bygrave
|
cc6469851b
|
#897 - Remove @EmbeddedColumns ... replace with @Embedded(prefix="...")
|
2016-11-24 22:05:27 +13:00 |
|
Rob Bygrave
|
7f31104439
|
#827 - ENH: Add support for AttributeConverter from JPA 2.1
|
2016-11-24 20:21:48 +13:00 |
|
Rob Bygrave
|
063c1825ca
|
#895 - Refactor: Remove unnecessary coalesce on soft delete (as predicate on left join etc)
|
2016-11-24 17:19:46 +13:00 |
|
Rob Bygrave
|
d0e9c6a218
|
No effective change - explicit import required
|
2016-11-24 02:22:23 +13:00 |
|