I may be slow to respond.
Block or Report
Block or report runner-mei
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
web-terminal Public
A terminal in your browser using go.crypto/ssh and websocket. Based on https://github.com/xtermjs/xterm.js
-
delayed_job Public
Database backed asynchronous priority queue. it is like delayed_job for ruby
Go 4
-
831 contributions in the last year
Less
More
Activity overview
Contribution activity
April 2022
Created 74 commits in 4 repositories
Created 1 repository
Created an issue in sijms/go-ora that received 4 comments
sql.NullInt64 is unsupport, error is ‘ORA-03115: unsupported network datatype or representation’
package main import ( "context" "database/sql" "fmt" "os" "strings" _ "github.com/sijms/go-ora/v2" // oracle ) func main() { OracleUrl := "oracle://"
4
comments