DataQL 4.1.3 released, support SQL execution, and bid farewell to Mapper, BO, VO, DO, DAO

New

  • New Dataway framework

  • dataway realizes the determination of SQL execution scheme through the database detection mechanism.

  • DataQL increase can build multiple independent environments. Dataway uses a separate environment.

  • DataQL adds a new SQL code fragment executor to enable DataQL + SQL mode. Support paging mode, and compatible with multiple databases.

  • The CorsFilter web framework adds a cross-domain Filter tool class.

  • The DataQL-fx  DataQL FragmentProcess interface adds batch processing capabilities.

  • DataQL-fx  adds a complete function library, and supports 7 transaction propagation attributes.

  • DataQL-fx  adds web related function library

  • DataQL-fx  adds encryption and decryption udf tools.

optimization

  • DataQL syntax parser supports identifiers that can include special characters such as +,-, * , / and other symbols through ``

  • DataQL QueryApiBinder's bindFinder now supports Supplier.

  • Fix ApiBinderCreater spelling error ApiBinderCreator.

  • 2. The name of the mapjoin function is changed to mapJoin.

repair

  • Hasor-web: InvokerSupplier, fix npe problem. 

 ------------------------------------------------------------------------------------------------

Some content of SQL executor

As Dao layer

Source: https://www.hasor.net/web/dataql/index.html#sql

Guess you like

Origin www.oschina.net/news/114857/dataql-4-1-3-released