-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hanging when including the package on my main file. Any help? #451
Comments
Do you use latest xcode? |
Hi mattn, I believe I do have the latest version. My system is up to date... |
Do you try this package from database/sql? |
I get this as well. Build times are many orders of magnitude slower just by:
I don't understand why yet. |
you can make the time to build faster.
|
What is this do?
On Thu, Oct 19, 2017 at 05:23 mattn ***@***.***> wrote:
you can make the time to build faster.
go install github.com/mattn/go-sqlite3
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#451 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABOv-iVR4P_8MOZJ5Ny0qJplj5RXWOu4ks5stz9PgaJpZM4O5Q3i>
.
--
James Mills / prologic
E: prologic@shortcircuit.net.au
W: prologic.shortcircuit.net.au
|
This install compiled-package into $GOPATH/pkg. So the next build should be faster. |
I see; weird that go build doesn't do this of a project that depends on
this?
James Mills / prologic
E: prologic@shortcircuit.net.au
W: prologic.shortcircuit.net.au
…On Thu, Oct 19, 2017 at 8:52 AM, mattn ***@***.***> wrote:
This install compiled-package into $GOPATH/pkg. So the next build should
be faster.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#451 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABOv-kvFff5GWLDGwiAdXNOplhV4PcUjks5st3BBgaJpZM4O5Q3i>
.
|
Compile Section Closes mattn#175 Compile Section Closes mattn#201 Compile Section Closes mattn#206 Compile Section Closes mattn#404 Compile Section Closes mattn#217 Compile Section Closes mattn#224 Compile Section Closes mattn#234 Compile Section Closes mattn#242 Feature table Closes mattn#255 Description Section Closes mattn#232 Golang:1.6 not supported Closes mattn#272 Golang:1.5 not supported + compilation section Closes mattn#283 usleep Implemented Closes mattn#285 FAQ Section Closes mattn#289 Compile Section closes mattn#295 FAQ Section Closes mattn#305 PR339 Closes mattn#318 mattn#321 Compilation Section Closes mattn#341 PR407 Closes mattn#364 Feature `sqlite_vtable` Closes mattn#393 Compile Section Closes mattn#416 sqlite_trace feature Closes mattn#433 Compilation Section Closes mattn#435 Compilation Section Closes mattn#443 Golang:1.6 Not Supported Closes mattn#445 Compilation Section Closes mattn#451 Compilation Section Closes mattn#467 Compilation Section Closes mattn#491 Compilation Section Closes mattn#495 Compilation Section Closes mattn#505 Compilation Section Closes mattn#557 Compilation Section Closes mattn#560
Hi all,
I'm trying to open a connection using the driver but it hangs the all main function when the package is imported on my main function.
I'm running Go :
go version go1.8.3 darwin/amd64
On a mac os X:
System Version: macOS 10.12.6 (16G29)
Kernel Version: Darwin 16.7.0
Boot Volume: Macintosh HD
Boot Mode: Normal
With default mac sqlite3:
3.13.0 2016-05-18 10:57:30 fc49f556e48970561d7ab6a2f24fdd7d9eb81ff2
I have added the package using dep:
As soon as I import the package the main function hang... No error... No time out... It simply hangs. no log is written
I tried to create a database using the command line (sqlite3) with a table and inserting a record. It all worked well.
Any idea why this is happening ?
The text was updated successfully, but these errors were encountered: