Opened 14 years ago
Closed 14 years ago
#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 , 14 years ago
| Attachment: | WorksAndNotWork.jpg added |
|---|
comment:2 by , 14 years ago
Difficult to diagnose what is wrong without any repro script
just follow ticket submission advice/rule
comment:3 by , 14 years ago
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 , 14 years ago
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 , 14 years ago
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 , 14 years ago
| 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...