fakesdb icon indicating copy to clipboard operation
fakesdb copied to clipboard

itemName() in select query not returning results.

Open mericano1 opened this issue 10 years ago • 0 comments

Hi there, I have just realized that the following query does not return any results (and it should). An example below using AWScala:

val id = "abc"
val domain = client.createDomain("hello")
domain.put(id, "name" -> "John", "surname" -> "Smith")
domain.select(s"select * from videos where itemName() = '$id'")
items.headOption should not be (None)

The test below fails

mericano1 avatar Jan 05 '15 15:01 mericano1