#2135 closed Bug (No Bug)
DB reading bug in SQLite UDF
| Reported by: | mikkokh | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Other | Severity: | None |
| Keywords: | SQLite | Cc: |
Description
There is something wrong in this UDF on AutoIt versions 3.3.8.0 and 3.3.8.1... I have tested that same script also with AutoIt version v3.3.6.1 and it works nice. Some screen captures about bug are in attachements...
Attachments (1)
Change History (7)
by , on Feb 18, 2012 at 9:37:54 AM
| Attachment: | WorksAndNotWork.jpg added |
|---|
comment:2 by , on Feb 18, 2012 at 5:17:15 PM
Difficult to diagnose what is wrong without any repro script
just follow ticket submission advice/rule
comment:3 by , on Feb 18, 2012 at 10:24:20 PM
To add to what JpM rightly said, you should rather post this in general help forum instead of here, unless a bug is readily asserted and reproducible.
Now a hint: you seem to have stored part or all of your data in binary (hex) form instead of string/numeric/other. Most likely a (AutoIt UDF) library misuse on your part.
Please post in the help forum with a schema of your DB and supposed offending code.
comment:4 by , on Feb 19, 2012 at 9:42:15 AM
Thanks about answers. At last time than I ask help from forum, some impolite Swedish dude give me an answer to question that I did not even asked. This code is almost 5000 rows long so refering only parts of it is very difficult. I think to stay in older version of AutoIt...
comment:5 by , on Feb 19, 2012 at 10:06:23 AM
You mean this post >> http://www.autoitscript.com/forum/topic/125462-how-to-get-rest-of-chars-from-memory/ ? From the looks of things he was polite and provided an answer to your question.
comment:6 by , on Feb 19, 2012 at 10:22:48 AM
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
Read the rules for posting here please.

Upper part show what it should look and down part shows the Bug...