Search

LocalDB Select error by Benson88

Closed
as Fixed Help for as Fixed

1
1
Sign in
to vote
Type: Bug
ID: 776600
Opened: 1/15/2013 7:28:22 AM
Access Restriction: Public
0
Workaround(s)
0
User(s) can reproduce this bug
         var selectRecord =
                MyDataContext1.Transactions.Where(
                c => c.CompanyD == Company.ID
                && c.Interval == freqID
                && c.Unix_tick >= OriginalstartTime.toUnixTick()
                && c.Unix_tick <= OriginalendTime.toUnixTick());

does not return any record in localdb.

It does when we switch to sql express 2012.

Company is a key in a dictionary of format

Dictionary <int, string>
OriginalstartTime and OriginalendTime are local variables.
Details (expand)

Product Language

English

Version

SQL Server 2012 - Express Edition

Category

SQL Express

Operating System

Windows 7 Ultimate (SP1)

Operating System Language

English

Steps to Reproduce

None

Actual Results

No records returned when using localDB. Records returned when using sql express

Expected Results

records returned

Platform

X64

Virtualization

 
File Attachments
0 attachments
Sign in to post a comment.
Posted by Microsoft on 1/22/2013 at 12:21 PM
Appreciate your comment. We are closing this as fixed, since the problem is resolved with PCU1. Please open another Connect item if you experience further issues.
Posted by Benson88 on 1/18/2013 at 2:53 PM
Problem is resolved by upgrading to the latest version of LocalDB (11.0.3000) from RTM
Sign in to post a workaround.