sqljocky5
sqljocky5 copied to clipboard
Access columns by name is not supported anymore
Could you please tell why accessing columns by name is not supported anymore (although it is on readme?)
This should work. I will test it.
I'm not sure if it is related but I noticed standard_data_packet.dart file in this implementation does not have "noSuchMethod" method (compared with sqljocky version). Do you know if it was removed due to performance issues?
@MoacirSchmidt Sorry misunderstood the issue. Accessing column as map is supported (row['age'], etc). However, accessing columns as property is not supported anymore. This behavior is not supported by Dart 2 any longer.
I will fix the documentation.
Just to flag up that the documentation has not yet been updated (over 2 years since the issue was raised). Is this library still under active development?