Skip to content

issues Search Results · repo:elixir-sqlite/sqlitex language:Elixir

Filter by

29 results
 (84 ms)

29 results

inelixir-sqlite/sqlitex (press backspace or delete to remove)

Hi, I do not know if you know the depo elixir package, but it has an interesting feature. This feature may be implemented in the Sqlitex.Server module. Basically, you create a statement with a name. ...
enhancement
help wanted
  • lud
  • 3
  • Opened 
    on Jan 19, 2021
  • #105

If the file permissions do not allow access to the db file, instead of returning an error tuple the library throws a MatchError: pry(1) Sqlitex.with_db( file.db , fn db - Sqlitex .query(db, sql_search) ...
  • MichaelSwartz
  • 2
  • Opened 
    on Dec 11, 2020
  • #101

Once this gets merged https://github.com/mmzeeman/esqlite/pull/60 it would be nice to bump that dependency to consume those changes.
  • danielspofford
  • Opened 
    on Mar 2, 2020
  • #93

Having a long running Sqlitex.Server process is awesome. What if I have N number of sqlite files in my project, and I want to start a process per file. Since I will have N processes running, I will want ...
  • vinaya-procore
  • 1
  • Opened 
    on Oct 30, 2019
  • #91

When I am working with Sqlitex and opening connections, I always get a tri-tuple like the following: { :connection, #Reference 0.1196713639.350486530.23370 , #Reference 0.1196713639.350617602.23368 ...
  • dimitarvp
  • 2
  • Opened 
    on Aug 5, 2019
  • #89

Howdy 👋 I m trying to contribute to the ecto 3 upgrade that @DiodonHystrix has started here. Are there any instructions on how to get the environment setup for development? I ve cloned the repo and when ...
  • rupurt
  • 1
  • Opened 
    on Jun 19, 2019
  • #86

As far as I see, using begin and end together with Sqlitex.Server has a race condition when two processes are sending messages: Serialized: A - Server: begin A - Server: Insert into foo... A - ...
  • the-kenny
  • 3
  • Opened 
    on Jun 17, 2019
  • #85

Doing an INSERT statement with bound values, Sqlitex.exec( INSERT ... VALUES(?1,...) , bind:[...]) fails to bind anything. Sqlitex.query() with the same statement works as expected. With sqlitex 1.7.0. ...
  • dognotdog
  • 4
  • Opened 
    on May 24, 2019
  • #82

Could we get a 1.6.1 release on Hex? I d like to pick up the new changes you ve merged, but would prefer to reference the hex package rather than the Github repo. Thanks : )
  • MichaelBaker
  • 2
  • Opened 
    on May 13, 2019
  • #80

With the introduction of Elixir 1.8, Mix.target() was added. This had the side effect of breaking packages that build C code that is not built by an updated version of elixir_make including this project ...
bug
help wanted
  • ConnorRigby
  • 1
  • Opened 
    on Apr 3, 2019
  • #75
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub