André Rothe
André Rothe
Maybe you can bind the array on a widget and change the DOM (add more nodes) dynamically within the Widget class during onData(). I have seen this [here](https://github.com/hkraji/weather-widget).
I have add this functionality to https://github.com/witchi/annotations. You can use it like: // you need a ReflectionMethod instance of the annotated method $c = new ClassWithMethodParameterAnnotation(); $reflectionClass = \ReflectionClass($c); $reflectionMethod...
_From [[email protected]](https://code.google.com/u/109317404671582518013/) on March 05, 2014 02:19:59_ I have to write a new processor for UNION statements. **Status:** Accepted **Owner:** [email protected] **Labels:** -Type-Defect Type-Enhancement
_From [[email protected]](https://code.google.com/u/109317404671582518013/) on September 26, 2014 07:59:21_ I think, this is a problem with your comment-lines. remove these and it should work. See issue #56 . **Status:** Accepted **Owner:** [email protected]
_From [[email protected]](https://code.google.com/u/109317404671582518013/) on September 26, 2014 08:32:50_ The error occurs also without the comment lines. I'll look deeper in the code... **Status:** Started
_From [[email protected]](https://code.google.com/u/109317404671582518013/) on September 26, 2014 10:11:13_ Ah, I have found it. In the first "cast((ra/cos(cast(dec_30 as int)/30.0))_30 as int)/30.0 as raCosDec" you use a column name "dec", which is...
_From [[email protected]](https://code.google.com/u/100796709490792794235/) on September 26, 2014 10:15:53_ can you also point me in the direction of how I can make the parser return unified arrays (instead of segmenting SELECT FROM...
_From [[email protected]](https://code.google.com/u/109317404671582518013/) on September 26, 2014 10:25:22_ For the moment, you can try to change the column-name, because DEC is listed as reserved keyword on http://dev.mysql.com/doc/mysqld-version-reference/en/mysqld-version-reference-reservedwords-5-7.html
_From [[email protected]](https://code.google.com/u/100796709490792794235/) on September 26, 2014 10:26:56_ Shouldnt it make a parse error instead of a position error?
_From [[email protected]](https://code.google.com/u/109317404671582518013/) on September 26, 2014 10:56:08_ No, because the parser doesn't validate the output. It gets a substring, try to find a meaning and stores it into the output....