rsim (Raimonds Simanovskis)

Name
Raimonds Simanovskis
Website/Blog
http://blog.rayapps.com
Location
Latvia
Member Since
Apr 03, 2008 (about 1 year)

Following 0 githubbers and watching 51 repositories view all →

Public Repositories (13)

  • ruby-plsql

    ruby-plsql gem provides simple Ruby API for calling Oracle PL/SQL procedures. This gem requir...

    legend

    Last updated Fri Nov 20 10:19:26 -0800 2009

  • javascript-objective-j.tmbundle

    JavaScript Objective-J TextMate bundle

    legend

    Last updated Sun Nov 15 11:39:55 -0800 2009

  • oracle-enhanced

    Oracle enhaced adapter for ActiveRecord

    legend

    Last updated Thu Nov 05 23:52:16 -0800 2009

  • homebrew

    Packaging system for Mac OS X 10.5 and above; heavy optimisations, no redundant packages and a bo...

    legend

    Forked from mxcl/homebrew Fri Oct 02 01:21:26 -0700 2009

    Last updated Sun Oct 04 07:54:04 -0700 2009

  • rails

    Ruby on Rails

    legend

    Forked from rails/rails Fri Sep 18 09:12:00 -0700 2009

    Last updated Fri Sep 18 09:13:42 -0700 2009

  • blue-ridge-tmbundle

    TextMate support for the Blue Ridge JavaScript Testing Rails Plugin (Screw.Unit, Smoke, etc.)

    legend

    Forked from karnowski/blue-ridge-tmbundle Wed Sep 02 16:03:17 -0700 2009

    Last updated Wed Sep 02 16:04:38 -0700 2009

  • blue-ridge

    Framework for JavaScript Testing (currently a Rails Plugin)

    legend

    Forked from relevance/blue-ridge Wed Sep 02 14:14:40 -0700 2009

    Last updated Wed Sep 02 16:02:04 -0700 2009

  • activerecord-do-adapter

    ActiveRecord DataObjects adapter

    legend

    Last updated Sun Aug 02 16:27:15 -0700 2009

  • dm-core

    DataMapper - Core

    legend

    Forked from datamapper/dm-core Mon Jun 01 09:48:46 -0700 2009

    Last updated Fri Jul 31 03:07:49 -0700 2009

  • erlang.tmbundle

    TextMate Erlang Bundle

    legend

    Forked from imbriaco/erlang.tmbundle Sat Dec 27 11:19:45 -0800 2008

    Last updated Sat Dec 27 13:50:26 -0800 2008

  • mod_ntlm

    NTLM authentication module for Apache

    legend

    Last updated Mon Dec 01 11:59:58 -0800 2008

  • legacy_oracle_sample

    Sample Rails application using legacy Oracle database schema

    legend

    Last updated Thu Sep 25 16:38:13 -0700 2008

  • composite_primary_keys

    Composite Primary Keys support for Active Record

    legend

    Forked from drnic/composite_primary_keys Fri Jul 11 07:37:10 -0700 2008

    Last updated Mon Jul 14 14:12:07 -0700 2008

Public Activity feed

rsim pushed to master at rsim/ruby-plsql Fri Nov 20 10:19:27 -0800 2009
HEAD is 6c8c11245c37f6e212232a8a865dff876a6fd811

2 commits »

rsim pushed to master at rsim/ruby-plsql Tue Nov 17 09:24:39 -0800 2009
HEAD is b6d4bb1c80045ecbf2b956f92e684081bb4236a3

3 commits »

rsim started watching malkomalko/Cappuccino.tmbundle Sun Nov 15 11:57:53 -0800 2009
Cappuccino.tmbundle's description:
Textmate Bundle for Cappuccino / Objective-J
rsim created branch master at rsim/javascript-objective-j.tmbundle Sun Nov 15 11:39:55 -0800 2009
rsim created repository javascript-objective-j.tmbundle Sun Nov 15 11:38:40 -0800 2009
rsim pushed to master at rsim/ruby-plsql Fri Nov 13 13:48:31 -0800 2009
HEAD is 8df6ad648ed53fe83e0fa7f43644faf916594440

7 commits »

rsim started watching 280north/cappuccino Wed Nov 11 09:15:14 -0800 2009
cappuccino's description:
Web Application Framework in JavaScript and Objective-J
rsim pushed to master at rsim/oracle-enhanced Thu Nov 05 23:52:18 -0800 2009
HEAD is 9037e3cf0e4b4fca87e73955be5719cb0812aebe
  • rsim committed 9037e3cf:
    move foreign key definitions after definition of all tables in schema.rb
rsim pushed to master at rsim/ruby-plsql Wed Nov 04 08:37:19 -0800 2009
HEAD is 7c6fd0d7ae9a4f43a78d21931530bf2909cba706
  • rsim committed 7c6fd0d7:
    support for object type and collection of object type parameters when using MRI / ruby-oci8
rsim pushed to next at datamapper/do Mon Nov 02 08:48:40 -0800 2009
HEAD is 3f32c3b4cad33d139bf3b4e4793fb2485488253f
  • rsim committed 3f32c3b4:
    [do_jdbc] extracted JDBC URI generation as driver getJdbcUri method which is overridden for Oracle driver
rsim pushed to master at rsim/ruby-plsql Sun Nov 01 15:01:04 -0800 2009
HEAD is b9894be4a5aea44da568b0e4d7c3154591d804fe
  • rsim committed b9894be4:
    initial implementation of PL/SQL collection type (TABLE OF) parameters
rsim commented on datamapper/do Sun Nov 01 01:16:34 -0800 2009
Comment in 060e778:

Now DO tests on Oracle are failing because of
@reader.fields.should == ['code', 'name']

So far I returned field names in uppercase ['CODE', 'NAME'] as that's how they are stored in data dictionary. And when generating SQL statement I used double quotes to escape them:
SELECT "CODE", "NAME" FROM ...

If I use field names without quotes (SELECT code, name FROM ...) then Oracle automatically will automatically look for field names in uppercase and everything is OK. But if you use field names in lowercase and quotes (SELECT "code", "name" FROM ...) then field names will not be found and exception will be raised.

So what should I do with do_oracle? I kind of preferred that I returned actual field names in uppercase as then I don't need to to lowercasing/uppercasing of them all the time.

rsim started watching rails/arel Sat Oct 31 06:00:41 -0700 2009
arel's description:
A Relational Algebra
rsim pushed to master at rsim/oracle-enhanced Fri Oct 30 06:32:52 -0700 2009
HEAD is a0d0ece4580d31f52978c986d179ccc7e71f2d62

4 commits »

rsim pushed to master at rsim/ruby-plsql Wed Oct 28 06:30:34 -0700 2009
HEAD is 5205dca79cd277eb74c9f58d49d3a6052ede91ae
  • rsim committed 5205dca7:
    fix OraNumber object creation for older ruby-oci8 versions
rsim pushed to master at rsim/ruby-plsql Wed Oct 28 05:50:17 -0700 2009
HEAD is 8f7ab236f71c5e7ddb041fcc3c160fc1e8402e88

2 commits »

rsim commented on datamapper/do Wed Oct 28 01:01:18 -0700 2009
Comment in 060e778:

In some databases column names are case sensitive and it is possible to have mixed case column names. Probably it is not a very good practice but should we support such legacy schemas which have mixed case column names?

rsim pushed to master at rsim/ruby-plsql Tue Oct 27 10:22:08 -0700 2009
HEAD is cd453a402ba4f520150ef06688d2a3d9bbea3e26

3 commits »

rsim started watching charpi/erl_rake Mon Oct 26 13:53:39 -0700 2009
erl_rake's description:
Some rake tasks to build an erlang project
rsim pushed to master at rsim/ruby-plsql Mon Oct 26 05:28:15 -0700 2009
HEAD is 2de4b102b7615abdbe760cb2750c728858e65153

2 commits »

rsim pushed to master at rsim/oracle-enhanced Fri Oct 23 05:55:59 -0700 2009
HEAD is 744d9ca9282c3833e7258880e8cdcf45fd77e241
  • rsim committed 744d9ca9:
    do not raise exception if ENV["PATH"] is nil
rsim pushed to master at rsim/ruby-plsql Fri Oct 23 05:33:52 -0700 2009
HEAD is 2b1716d4aa022dec98e6361678723b7ddd5dc58a
  • rsim committed 2b1716d4:
    clear cached schema name after resetting connection
rsim pushed to master at rsim/ruby-plsql Tue Oct 20 09:25:33 -0700 2009
HEAD is fabbb660d9fc4a1f072f6551ba9bd2750a43cb39

3 commits »

rsim pushed to master at rsim/oracle-enhanced Mon Oct 19 02:43:22 -0700 2009
HEAD is 0e25ab02aced652e3ad403e076e15459d2fa91d4
  • rsim committed 0e25ab02:
    support fractional seconds in TIMESTAMP values on MRI 1.8 and YARV 1.9
rsim created gist: 202035 Mon Oct 05 03:12:46 -0700 2009
require "rubygems" require "activerecord"
rsim created gist: 201998 Mon Oct 05 02:14:53 -0700 2009
1) Failure: test_reload_returns_assocition(AssociationProxyTest) [./test/cases/associations...
rsim pushed to master at rsim/homebrew Sun Oct 04 07:54:04 -0700 2009
HEAD is f3c809b6a68f01e108e70cf7de0c6f1cbca0010c

42 commits »

rsim updated gist: 201394 Sun Oct 04 07:20:37 -0700 2009
require 'brewkit' class Couchdb <Formula
rsim created gist: 201394 Sun Oct 04 06:55:48 -0700 2009
require 'brewkit' class Couchdb <Formula
rsim created gist: 199721 Fri Oct 02 05:57:39 -0700 2009
$ erl Erlang R13B02 (erts-5.7.3) [source] [64-bit] [smp:2:2] [rq:2] [async-threads:0] [kernel-pol...
rsim created gist: 199718 Fri Oct 02 05:49:29 -0700 2009
$ ls -la /usr/local/lib/erlang/lib/crypto-1.6.1/priv/lib total 64 drwxr-xr-x 3 raymond staff ...
rsim created gist: 199713 Fri Oct 02 05:45:18 -0700 2009
$ couchdb sh: line 0: exec: crypto_drv: not found
rsim created gist: 199678 Fri Oct 02 04:38:46 -0700 2009
$ otool -L /usr/local/Cellar/couchdb/0.9.1/lib/couchdb/erlang/lib/couch-0.9.1/priv/lib/couch_erl_...
rsim added ebeigarts to homebrew Fri Oct 02 03:24:08 -0700 2009
homebrew is at rsim/homebrew
rsim pushed to master at rsim/homebrew Fri Oct 02 03:23:34 -0700 2009
HEAD is 8d9b9d775b6b2fd4c46619f0dac1482f94b43bd9