Hello Smartwt team,
currently our application is supporting mysql and oracle, now a new customer also need sqlserver 2012+ support. Currently we use a hybrid solution (hibernate some backend services) / (smartgwt frontend services) within our application. In our first tests hibernate uses sequences for primary keys for sqlserver version 2012+ but for me it seems that smartgwt uses the older IDENTITY variant for sequence datasource fields.
Now here comes my question: For oracle sequence support is active out of the box, so is it possible also to activate this for mssql? And when yes, how? I no support is currently available, is is possible to enhance smartgwt in this direction?
Thank you very much!
currently our application is supporting mysql and oracle, now a new customer also need sqlserver 2012+ support. Currently we use a hybrid solution (hibernate some backend services) / (smartgwt frontend services) within our application. In our first tests hibernate uses sequences for primary keys for sqlserver version 2012+ but for me it seems that smartgwt uses the older IDENTITY variant for sequence datasource fields.
Now here comes my question: For oracle sequence support is active out of the box, so is it possible also to activate this for mssql? And when yes, how? I no support is currently available, is is possible to enhance smartgwt in this direction?
Thank you very much!
Comment