Skip to content

Commit 88a39dc

Browse files
Update README.md
1 parent 1e6a735 commit 88a39dc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ If you want to try it I've uploaded a small example that you will be able to fin
2727
As you may know **iOS doesn't allow JIT compilation** so, generally speaking, you will have to be very careful when you use **reflection** in your code. For a more deeper explanation of this issue please refer to Google but making it short: you cannot create dynamic objects using reflection. How is this affecting SQLite4Unity3d? Well, prior to this version you couldn't use very complicated queries. Now, **for basic queries you will have iOS support**. In case you stumble uppon a JIT compilation error it's time to use the old sql syntax.
2828

2929
# Windows particularities
30-
In general you won't find any issues with Android and iOS. For **Windows versions**, please take a look at the **wiki** for more details on how to proceed.
30+
In general you won't find any issues with Android and iOS. For **Windows versions**, please take a look at the **the video below** for more details on how to proceed:
31+
32+
<a href="http://www.youtube.com/watch?feature=player_embedded&v=zVXr70fYxoA" target="_blank"><img src="http://img.youtube.com/vi/zVXr70fYxoA/0.jpg" alt="UWP" border="10" /></a>
3133

3234
# Acknowledgements
3335
This project is based on the work of:

0 commit comments

Comments
 (0)