-
v0.43.0 (#4397)
发布于
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
crossjoin type, orderedcrossJointest queries -
onIndexsupport forMySQLcrossJoin, fixed lack ofonIndexparam description in JSDoc, additional tests, disabled test case failing due to driver's issue
Co-authored-by: Sukairo-02 sreka9056@gmail.com
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 functionCo-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,crosslateral joins inpostgresql,mysql,gel,singlestore, disabled implicitschema.tableprefixes in column selections on single table selections forgeldue 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
-
Dprint
-
Bumped version, added changelog, fixed broken test case
-
fix(3554) Correct spelling of
nowaitflag (#3555) -
Fixed
nowaitinGel,SingleStore, added change to changelog -
Updated changelog
-
Fixed broken test case
-
Fixed
nowaittests inbun-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下载附件
-