-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ResultSetFilter data type inconsistency #145
Comments
Is the following error related to this bug or a new bug? Msg 6522, Level 16, State 1, Procedure tSQLt.ResultSetFilter, Line 0 [Batch Start Line 0] without the insert into the following produces one resultset as expected: with the insert into the following produces the exception above: CREATE TABLE [dbo].[actual]( |
A follow up on the previous message. Insert Into actual2 CREATE TABLE [dbo].[actual2]( |
Could you double check that the query that produces result set 1 returns
the correct columns to be inserted into actual?
On Thu, Jan 13, 2022 at 18:16 Clifton G. Collins III < ***@***.***> wrote:
A follow up on the previous message.
The second result inserts successfully into actual2
Insert Into actual2
Exec tSQLt.ResultSetFilter 2, 'EXEC dbo.spr_sel_BolusHistoryByUserID
''EC3B805E-7B98-417C-A85F-7CADF58A7BB5'',''2019-12-18'',''2019-12-18'',''RAW'',NULL,1,NULL,0'
CREATE TABLE [dbo].[actual2](
***@***.*** <https://github.com/type>] varchar <http://3> NOT NULL,
[EventID] [int] NOT NULL,
[BolusID] [int] NULL,
[EventDateTime] varchar <http://23> NOT NULL,
[IOB] [numeric](3, 2) NOT NULL
)
—
Reply to this email directly, view it on GitHub
<#145 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADKHQKQFHXDU2YM3VDVUCLTUV5MMJANCNFSM5LUM2RRQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
Thanks,
Sebastian
|
code to reproduce the issue:
The text was updated successfully, but these errors were encountered: