发布

  • v0.43.0 (#4397)

    frostbyte_neo 发布于 2025-04-24 13:20:54 +00:00

    • Add support for cross join (#1669)

    • Add cross join support

    • Add cross join tests

    • Updated docs links (docs TBD)

    • Merged cross join function types into join function types, fixed missing cases for cross join type, ordered crossJoin test queries

    • onIndex support for MySQL crossJoin, fixed lack of onIndex param description in JSDoc, additional tests, disabled test case failing due to driver's issue


    Co-authored-by: Sukairo-02 sreka9056@gmail.com

    • Export PgTextBuilderInitial type (#1286)

    • MySQL: Removed .fullJoin() from MySQL Api (#1351)

    Added new type MySqlJoinType which excludes the option for full joins and is used in the MySQL query builder createJoin function instead of the
    regular JoinType.
    Also removed two MySQL select type-tests which included the fullJoin function

    Co-authored-by: Sukairo-02 sreka9056@gmail.com

    • [Pg] Add support for left and inner lateral join in postgres (#1079)

    • feat: added support for left and inner lateral join in postgres

    Signed-off-by: Alex Vukadinov alexvuka1@gmail.com

    • chore: updated method descriptions on the new joins

    Signed-off-by: Alex Vukadinov alexvuka1@gmail.com

    • GH-420 allowing sql inside lateral joins and revert package.json

    • GH-420 reverted package.json empty line at the end

    • Changed JSDoc [WIP], reversed check


    Signed-off-by: Alex Vukadinov alexvuka1@gmail.com
    Co-authored-by: Sukairo-02 sreka9056@gmail.com

    • Completed left, inner, cross lateral joins in postgresql, mysql, gel, singlestore, disabled implicit schema.table prefixes in column selections on single table selections for gel due to possible errors in subqueries on column name matches in inner and outer queries, added\altered related tests

    • [SingleStore] Add Connection Attributes and Fix Options (#4417)

    • add connection attributes to SingleStore driver connection

    • fix allowing connection strings/options rather than external pool


    Co-authored-by: Andrii Sherman andreysherman11@gmail.com

    • Fix for #2654, related tests (#4353)

    • Dprint

    • Bumped version, added changelog, fixed broken test case

    • fix(3554) Correct spelling of nowait flag (#3555)

    • Fixed nowait in Gel, SingleStore, added change to changelog

    • Updated changelog

    • Fixed broken test case

    • Fixed nowait tests in bun-sql, mysql-prefixed

    • Add changelog updates


    Signed-off-by: Alex Vukadinov alexvuka1@gmail.com
    Co-authored-by: L-Mario564 ka.mario564@gmail.com
    Co-authored-by: Dan Imhoff dwieeb@gmail.com
    Co-authored-by: Itay Ben-Ami 43466333+ItayBenAmi@users.noreply.github.com
    Co-authored-by: Alex Vukadinov alexvuka1@gmail.com
    Co-authored-by: Mitchell Adair madair@singlestore.com
    Co-authored-by: Andrii Sherman andreysherman11@gmail.com
    Co-authored-by: Jacob Elder jacob.elder@gmail.com

    下载附件