Lars Hvam

Results 648 issues of Lars Hvam

check with javascript `instanceof` raise `cx_sy_move_cast_error` if error

bug, ```abap lv_value = '##' & ' #' & ' # # 2# A' & '# # # ##'. ```

bug

```abap data p type p length 5 decimals 2. p = 4. out = |p = { p }|. write / out. ``` expect output "4.00"

bug

`REPLACE ALL OCCURENCES OF '"' IN lv_message WITH '\"'.`

bug

only VALUES variation of INSERT is currently implemented

bug

both the class and method should be considered dynamic ```abap CALL METHOD ('CL_SYSTEM_UUID')=>if_system_uuid_rfc4122_static~create_uuid_c36_by_version EXPORTING version = 4 RECEIVING sdfs = lv_str. ``` currently only the existence of the dynamic part...

bug

```abap DATA foo TYPE p LENGTH 16. foo = 5465645645645645645645646545644. WRITE foo. ```

SELECT + INSERT + more note that it is not as bad as it sounds, the SQLite database is initialized on every run `prepare` everything? https://sql.js.org https://sql.js.org/documentation/Database.html

this should crash, ```abap DATA lv_ref TYPE REF TO data. FIELD-SYMBOLS TYPE any. GET REFERENCE OF INTO lv_ref. ``` note: move the logic to a real statement in runtime

bug