× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
slavakiev reported Sep 30, 2013  · last modified Oct 27, 2013

Regression error with aliases


Priority Low
Complexity Unknown
Component MongoSQL
Version 14.0

Tested in Aqua Data Studio 14.0.0-rc-37 Build #: 34213 on Ubuntu 12.04( Mongo DB 2.4.3)  

select month(date()),stats[0].year sts from baseball group by sts having sts=1904  
--empty result set
--program sends wrong aggregate command: 
--[ { "$project" : { "month(date())" : { "$month" : ISODate('2013-09-30T12:22:02.066Z') }, "sts" : 1 } }, { "$group" : { "_id" : '$stats.0.year' } }, { "$project" : { "_id" : 0, "sts" : '$_id' } }, { "$project" : { "month(date())" : { "$month" : ISODate('2013-09-30T12:22:02.066Z') }, "_id" : 1, "sts" : 1 } }, { "$match" : { "sts" : 1904 } } ]
go
 
--without aliases works correct
select month(date()),stats[0].year sts from baseball  group by stats[0].year having stats[0].year=1904  
go
 

 

JennyNishimura   Sep 30, 2013
Field Old Value New Value
Dev Assignee JennyNishimura (Jenny Nishimura) emil.goicovici (Emil Goicovici)
emil.goicovici   Oct 1, 2013
Field Old Value New Value
Fixed Build mongo-jdbc 1.3.7
Resolution Fixed
Resolved Date Oct 1, 2013 9:33 AM
Status New Resolved
JennyNishimura   Oct 1, 2013
Field Old Value New Value
Fixed Build mongo-jdbc 1.3.7 ADS 14.0.0-rc-39 (mongo-jdbc 1.3.7)
slavakiev   Oct 2, 2013
Field Old Value New Value
Resolution Fixed Incomplete
Resolved Date Oct 1, 2013 9:33 AM
Status Resolved Reopened
emil.goicovici   Oct 9, 2013
Field Old Value New Value
Fixed Build ADS 14.0.0-rc-39 (mongo-jdbc 1.3.7) mongo-jdbc 1.3.8
Resolution Incomplete Fixed
Resolved Date Oct 9, 2013 5:45 PM
Status Reopened Resolved
JennyNishimura   Oct 9, 2013
Field Old Value New Value
Fixed Build mongo-jdbc 1.3.8 ADS 14.0.0-2 (mongo-jdbc 1.3.8)
tariqrahiman   Oct 10, 2013
Field Old Value New Value
Status Resolved Verified
slavakiev   Oct 27, 2013
Field Old Value New Value
Status Verified Closed

Issue #10269

Closed
Fixed
Resolved Oct 9, 2013
 
 
Completion
No due date
Fixed Build ADS 14.0.0-2 (mongo-jdbc 1.3.8)
No time estimate

About AquaClusters Privacy Policy Support Version - 19.0.2-4 AquaFold, Inc Copyright © 2007-2017