Please use the google group to ask questions - thanks.

by zrf8579 17 Nov 02:48
Give a list of databases that ebean supports

Could anybody give me a list of databases that ebean supports, I didn't find that on the website, thx.

10 Dec 06:53
by Rob

Oracle, MySql, Postgres, H2, MS SQL Server 2000, MS SQL Server 2005+, SQLLite.

There are other DB's being used with Ebean but folks don't always post back their DB Platform support.

29 Jan 02:12
by Emil

Hi Rob,

I'm using SQL Server 2008 for the annotations below. I get the error at the bottom: "auto_increment" is not support. Is there any fix/workaround?
Thanks.

@Entity(name="data_change_event")
public class DataChangeEvent {
@Id //signifies the primary key
@Column(name = "ID", nullable = false)
@GeneratedValue(strategy = GenerationType.AUTO)
private long id;
.............
}

Error: Error executing stmt[create table data_change_event (ID numeric(19) not null auto_increment,TID varchar(40) not null,FID varchar(40) not null,VALUE varchar(4000) not null,TIME datetime not null,constraint pk_data_change_event primary key (ID))] error[Incorrect syntax near 'auto_increment'.]

14 Jun 11:20
by Rob

Hi, Can you repost your issue onto the Google Group.

Thanks, Rob.

Create a New Topic

Title:
Body:
 
Introduction User Guide (pdf) Install/Configure Public JavaDoc Whitepapers
General Database Specific Byte Code Deployment Annotations Features
Top Bugs Top Enhancements
woResponse