squirrel icon indicating copy to clipboard operation
squirrel copied to clipboard

Allow Union Queries for Squirrel

Open ovadbar opened this issue 2 years ago • 10 comments

Added some tests and a fix for generating union queries.

ovadbar avatar May 31 '22 21:05 ovadbar

Is this going to be merged?

joeyjoey1995 avatar Nov 16 '22 19:11 joeyjoey1995

Is it going to be merged soon by any chance?

mikolajkucinski avatar Nov 30 '22 10:11 mikolajkucinski

@mikeschinkel please when is this going to merged? This is really critical for us.

Tochemey avatar Dec 29 '22 13:12 Tochemey

This is kind of a hack to do it without my merge. You have to include the order and limit separately.

	m, n, _ := selAccount.ToSql()
	selUnion = selBusiness.Suffix(" UNION "+m+" ORDER BY created "+order+" LIMIT "+limit+" OFFSET "+offset, n...)

ovadbar avatar Dec 29 '22 21:12 ovadbar

🤔

yazver avatar Mar 21 '23 18:03 yazver

🤔

sergelerner avatar Jan 09 '24 13:01 sergelerner

Are there any plans for a merger?

ivolkoff avatar May 28 '24 10:05 ivolkoff

Hey guys, who can help us with this merge?

PacoDw avatar Jul 03 '24 22:07 PacoDw

When will the merge be for this request?

develiberta avatar Jul 08 '24 08:07 develiberta

Is this project actively maintained? There hasn't been a commit for 5 months and it was minimal.

ovadbar avatar Jul 08 '24 15:07 ovadbar