similar to: database schema COLLATION

Displaying 20 results from an estimated 40000 matches similar to: "database schema COLLATION"

2007 Jan 26
1
rake test:x recreates tables in MySQL with server (not database) charset and collation
Any thoughts on how to avoid this problem? Already tried: 1. Setting the charset and collation in migration 001 - no effect: def self.up db_name = ActiveRecord::Base::connection.current_database() execute "ALTER DATABASE #{db_name} CHARACTER SET utf8 COLLATE utf8_bin" end 2. Setting the charset and collation on each table individually - no effect:
2013 Jun 12
0
Best way to set database connection collation in rails?
Hello, I want to change the connection collation that rails uses but I''m unsure of exactly what the best way to do this is. Everything in MySQL - the server, database and all tables are set to utf8_unicode_ci collation, but the connection collation in rails still appears to be utf8_general_ci (the default?). We are using the mysql2 adapter. I''ve seen a couple of possible
2006 Jul 03
7
form_remote_tag with multipart/form-data
Does form_remote_tag supports multipart/form-data ? My form looks like this: <%= form_remote_tag :url => { :action => ''do_image_upload'' }, :html => { :enctype => ''multipart/form-data'' } %> <%= file_field ''image'', ''file_data'', :size => 32 %> <%= submit_tag
2010 Aug 18
1
Automatically retrieve correct collation
Dear List, consider the following scenario: setClass(Class = "A", representation = representation(B = "B", C = "C")) setClass(Class = "B", representation = representation(C = "C")) setClass(Class = "C", representation = representation(something = "character")) Obviously, the collation for sourcing these defs needs to be: C,
2008 Sep 04
3
MySQL connection collation
Hi! I have ran on problem with collations. In database.yml I have set: encoding: utf8, but when in console run: >> ActiveRecord::Base.connection.collation => "latin1_swedish_ci" It is Rails 2.1, mysql gem 2.7, mysql 5.1.22. This leads to errors like: Mysql::Error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation
2005 Jun 28
0
Samba + CUPS + Collation problems
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have been moving printers from lpd printing to samba print queues. Drive installs, point-n-print, and everything else is working well but I can't for the life of me figure out how to make print job collate. I've been searching on how to correct this problem but have been unable to find anything. My setup is Samba 3.0.11 + 3.0.14a
2013 Aug 28
1
State of Unicode collation support in FreeBSD?
[crossposted to -stable and -i18n, replies directed to -stable] Hi everyone, could someone point me to infos regarding Unicode collation support in FreeBSD? All I could find was https://wiki.freebsd.org/KonradJankowski/Collation but that page has not been changed in more than two years. Looking at sources of -current it doesn't look like those changes made it into the source tree yet.
2006 Mar 02
2
Different Collation (utf8_slovak_ci, utf8_danish_ci, latin1_german1_ci) etc.
One issue left for me to figure out is that in different languages there are different characters and Xapian takes only english characters. Thefore many word entered by users that contains their own language special characters will not return any result. MySQL offers different collations ... Now when I see how much data Xapian can search perhaps I could expand my index spider different European
2006 Mar 17
2
collation order
The following caused a hard-to-diagnose problem for a user of the survey package. Presumably this is a strange Unicode thing, but is there a convenient reference for how the collation order is determined? I am surprised that adding the same character to the end of two strings of the same length can change the sorting order. in en_US.utf8 locale > "1//"<"10/" [1]
2011 Feb 23
7
rails & sqlserver collation problems
Boa tarde pessoal. Estou utilizando o intant rails com ruby v.1.8.6 e rails 2.0.2 com um servidor sqlserver2000, minha base de dados usa o collation SQL_latin1_general_CP1_CI_AS, quando tragos strings com acentuação e cedilha não consigo visualizar os carateres corretos, sei que para exibir corretamente o texto no ruby tenho que usar UTF-8. Como posso fazer pra mudar o collation da minha base ou
2012 Nov 10
1
How to get database schema version manually?
Hello! I try to make automatic migrations directly from ruby script without using rake and console commands. But I can''t retrieve current database schema version. I have tried to use ActiveRecord::Migration.version and @version property in a child of ActiveRecord::Migration. The result was nil at both cases. How can I do this? Thank you. -- Posted via http://www.ruby-forum.com/. --
2016 Jul 19
1
Migrate File Server MS for Samba
Dear Marc,Actually the file server is just a domain member. Therefore, I believe that is more peaceful to migrate. Here we have 2 servers Windows 2012 R2. A file server and a DC.Both servers will be migrated to Samba.We are documenting and preparing to migrate them.Once the migration is ok, I'll post the comments here.Thank you!Greetings! De: Marc Muehlfeld <mmuehlfeld at
2016 Jul 18
2
Migrate File Server MS for Samba
Dear Marc, Thanks for initial contact. The file server that need to migrate is a Windows 2012 R2. He's just a domain member. Being Win 2012, I can face any problems in the migration? Once the shares are ready, I plan to use Robocopy to copy the files and also the permissions of users and groups from Windows to Samba. De: Marc Muehlfeld <mmuehlfeld at samba.org> Para: Ricardo
2016 Jul 10
4
Compatibility with Windows Server 2012 R2
I had joined the Samba as a secondary DC. At first he imported all (accounts, groups, users and gpo).I can see all the objects that were imported. But the version of Schema Samba came as 69. The errors that I notice is regarding DNS and ForestDNS synchronization.It seems that the error is displayed when you synchronize Samba for Windows. When Windows to Samba, the commands do not return error.
2008 Apr 02
2
New winetricks 20080402: new verbs dotnet20, win2k, flash, msls31; updated mono, liberation
Big news: as of today or so, wine doesn't need any patches to install the .net 2.0 runtime or run trivial .net 2.0 apps, so I've added a dotnet20 verb. No more futzing with recipes to try out simple .net 2 apps, huzzah! There are lots of other little changes, too: 20080402 r21 Added dotnet20, removed one kludge from dotnet11, added win2k verb, plus shorthand for winver=foo r20
2008 Jan 21
1
Mysql collations error
Hello, I am having this mysql error in my ruby on rails application. ActiveRecord::StatementInvalid occurred in > event#lg: > Mysql::Error: Illegal mix of collations > (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for > operation ''='': select * from locations where country = ''HU'' and > geo_state = ''08'' and city
2007 Aug 13
1
update from 0.22.4 to 0.23.x, not migrating database schema
Hello everybody, I have updated the puppetmaster from 0.22.4 to 0.23.0 (and today to 0.23.2). Although ''dbmigrate=true'' is turned on AND the puppetmaster is saying it migrates the databse at startup, this does not happen. When it should store configs, I get the error: Could not store configs: Mysql::Error: #42S02Table ''database.resource_tags''
2006 Aug 07
0
Flexible data schema in a database?
To Bill Groppe, I went to school in Palm Desert with Bill Groppe from 1966 to 1968. I have lost contact with Bill and am wondering if this is the same Bill? If it is, I would like to make contact and talk about old times. Best Wishes, Forrest Lloyd forrest@ridgenet.net 760 384 4685 -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Jun 25
0
Using the database schema to help validate data
I started working on this in response to Dave Thomas'' keynote as RailsConf 2006. This little patch will validate that your text fields will fit into the database. Obviously this is just a start, and many more validations could be added. Also, this code could probably be extracted into a plugin instead of patch to ActiveRecord. Index: test/validations_test.rb
2012 Oct 08
0
sport.db - A Free Open Sports Database & Schema (Football Fixtures & More)
Hello, I''ve extracted from the Sportbook (formerly Wettpool)[1] the football fixtures for easy reuse. The open sports database[2] also includes a little command line tool (Ruby gem), that is, sportdb and a sample web admin tool[3] in Ruby on Rails. Events in the sport.db include - the Champions League 2012/13, - Euro 2012, - World Cup Quali and others. Add yours.